#4072DD

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

Shades of Royal Blue #4072DD

Tints of Royal Blue #4072DD

Color information

#4072DD (or 0x4072DD) is unknown color: approx Royal Blue. HEX triplet: 40, 72 and DD. RGB value is (64,114,221). Sum of RGB (Red+Green+Blue) = 64+114+221=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #4072DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4072DD is #BF8D22. Grayscale: #6E6E6E. Windows color (decimal): -12553507 or 14512704. OLE color: 14512704.

HSL color Cylindrical-coordinate representation of color #4072DD: hue angle of 220.89º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4072DD is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB64114221-
CMYK0.710.4800.13
HSL220.89º69.78%55.88%-
HSV(B)220.89º71.04%86.67%-
XYZ21.1818.3570.83-
YUV111.25189.9494.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.04%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 221 (86.72% from 255) = 55.39%
R=16.04%
G=28.57%
B=55.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal641142210.710.4800.13220.8969.7855.88
Hex4072DD47300Ddd4638
Octal1001623351076001533510670
Binary1000000111001011011101100011111000001101110111011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4072DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4072DD; }

 p { color: rgb(64,114,221); }

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

<style>
 a { background-color: #4072DD; }

 a { background-color: rgb(64,114,221); }

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

<style>
 span { border-color: #4072DD; }

 span { border-color: rgb(64,114,221); }

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