Shades of Royal Blue #4072D8
Tints of Royal Blue #4072D8
RGB
CMYK
RGB Variations
Color information
#4072D8 (or 0x4072D8) is known color: Royal Blue. HEX triplet: 40, 72 and D8. RGB value is (64,114,216). Sum of RGB (Red+Green+Blue) = 64+114+216=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 216 (84.77% from 255 or 54.82% from 394); Max value from RGB is 216 - color contains mainly: blue. Hex color #4072D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4072D8 is #BF8D27. Grayscale: #6E6E6E. Windows color (decimal): -12553512 or 14185024. OLE color: 14185024.
HSL color Cylindrical-coordinate representation of color #4072D8: hue angle of 220.26º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4072D8 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 114 | 216 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.15 |
| HSL | 220.26º | 0.66% | 0.55% | - |
| HSV(B) | 220.26º | 0.7% | 0.85% | - |
| XYZ | 20.53 | 18.08 | 67.37 | - |
| YUV | 110.68 | 187.44 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 114 | 216 | 0.70 | 0.47 | 0 | 0.15 | 220.26 | 0.66 | 0.55 |
| Hex | 40 | 72 | D8 | 46 | 2F | 0 | F | DC | 42 | 37 |
| Octal | 100 | 162 | 330 | 106 | 57 | 0 | 17 | 334 | 102 | 67 |
| Binary | 1000000 | 1110010 | 11011000 | 1000110 | 101111 | 0 | 1111 | 11011100 | 1000010 | 110111 |
Color Harmonies of #4072D8
Complementary color
Monochromatic Colors of #4072D8
Black with #4072D8
Text Example
Text Example
White with #4072D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4072D8; }
p { color: rgb(64,114,216); }
H1.HeaderClassName
{
color: #4072D8;
}
.AnyTagClassName
{
color: #4072D8;
}
</style>
background-color css
<style>
a { background-color: #4072D8; }
a { background-color: rgb(64,114,216); }
div.DivClassName
{
background-color: #4072D8;
}
.BgClassName
{
background-color: #4072D8;
}
</style>
border-color css
<style>
span { border-color: #4072D8; }
span { border-color: rgb(64,114,216); }
td.TdClassName
{
border-color: #4072D8;
}
.TagClassName
{
border-color: #4072D8;
}
</style>