#4067fd

Color #4067FD Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4067FD

Tints of Royal Blue #4067FD

Color information

#4067FD (or 0x4067FD) is unknown color: approx Royal Blue. HEX triplet: 40, 67 and FD. RGB value is (64,103,253). Sum of RGB (Red+Green+Blue) = 64+103+253=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #4067FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4067FD is #BF9802. Grayscale: #6B6B6B. Windows color (decimal): -12556291 or 16607040. OLE color: 16607040.

HSL color Cylindrical-coordinate representation of color #4067FD: hue angle of 227.62º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4067FD is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB64103253-
CMYK0.750.5900.01
HSL227.62º97.93%62.16%-
HSV(B)227.62º74.7%99.22%-
XYZ24.6917.8895.08-
YUV108.44209.5896.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 15.24%
GREEN value IS 103 (40.62% from 255) = 24.52%
BLUE value IS 253 (99.22% from 255) = 60.24%
R=15.24%
G=24.52%
B=60.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal641032530.750.5900.01227.6297.9362.16
Hex4067FD4B3B01e4623e
Octal100147375113730134414276
Binary1000000110011111111101100101111101101111001001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4067fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4067fd; }

 p { color: rgb(64,103,253); }

 H1.HeaderClassName
 {
   color: #4067fd;
 }
 .AnyTagClassName
 {
   color: #4067fd;
 }
</style>
background-color css

<style>
 a { background-color: #4067fd; }

 a { background-color: rgb(64,103,253); }

 div.DivClassName
 {
   background-color: #4067fd;
 }
 .BgClassName
 {
   background-color: #4067fd;
 }
</style>
border-color css

<style>
 span { border-color: #4067fd; }

 span { border-color: rgb(64,103,253); }

 td.TdClassName
 {
   border-color: #4067fd;
 }
 .TagClassName
 {
   border-color: #4067fd;
 }
</style>