#4064CF

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

Shades of Royal Blue #4064CF

Tints of Royal Blue #4064CF

Color information

#4064CF (or 0x4064CF) is unknown color: approx Royal Blue. HEX triplet: 40, 64 and CF. RGB value is (64,100,207). Sum of RGB (Red+Green+Blue) = 64+100+207=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #4064CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4064CF is #BF9B30. Grayscale: #646464. Windows color (decimal): -12557105 or 13591616. OLE color: 13591616.

HSL color Cylindrical-coordinate representation of color #4064CF: hue angle of 224.9º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4064CF is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB64100207-
CMYK0.690.5200.19
HSL224.9º59.83%53.14%-
HSV(B)224.9º69.08%81.18%-
XYZ17.9314.7160.93-
YUV101.43187.57101.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.25%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 207 (81.25% from 255) = 55.80%
R=17.25%
G=26.95%
B=55.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal641002070.690.5200.19224.959.8353.14
Hex4064CF4534013e13c35
Octal100144317105640233417465
Binary1000000110010011001111100010111010001001111100001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4064CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4064CF; }

 p { color: rgb(64,100,207); }

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

<style>
 a { background-color: #4064CF; }

 a { background-color: rgb(64,100,207); }

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

<style>
 span { border-color: #4064CF; }

 span { border-color: rgb(64,100,207); }

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