Shades of Royal Blue #4072D2
Tints of Royal Blue #4072D2
RGB
CMYK
RGB Variations
Color information
#4072D2 (or 0x4072D2) is known color: Royal Blue. HEX triplet: 40, 72 and D2. RGB value is (64,114,210). Sum of RGB (Red+Green+Blue) = 64+114+210=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 210 (82.42% from 255 or 54.12% from 388); Max value from RGB is 210 - color contains mainly: blue. Hex color #4072D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4072D2 is #BF8D2D. Grayscale: #6D6D6D. Windows color (decimal): -12553518 or 13791808. OLE color: 13791808.
HSL color Cylindrical-coordinate representation of color #4072D2: hue angle of 219.45º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4072D2 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 114 | 210 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.18 |
| HSL | 219.45º | 0.62% | 0.54% | - |
| HSV(B) | 219.45º | 0.7% | 0.82% | - |
| XYZ | 19.76 | 17.78 | 63.36 | - |
| YUV | 109.99 | 184.44 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 114 | 210 | 0.70 | 0.46 | 0 | 0.18 | 219.45 | 0.62 | 0.54 |
| Hex | 40 | 72 | D2 | 46 | 2E | 0 | 12 | DB | 3E | 36 |
| Octal | 100 | 162 | 322 | 106 | 56 | 0 | 22 | 333 | 76 | 66 |
| Binary | 1000000 | 1110010 | 11010010 | 1000110 | 101110 | 0 | 10010 | 11011011 | 111110 | 110110 |
Color Harmonies of #4072D2
Complementary color
Monochromatic Colors of #4072D2
Black with #4072D2
Text Example
Text Example
White with #4072D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4072D2; }
p { color: rgb(64,114,210); }
H1.HeaderClassName
{
color: #4072D2;
}
.AnyTagClassName
{
color: #4072D2;
}
</style>
background-color css
<style>
a { background-color: #4072D2; }
a { background-color: rgb(64,114,210); }
div.DivClassName
{
background-color: #4072D2;
}
.BgClassName
{
background-color: #4072D2;
}
</style>
border-color css
<style>
span { border-color: #4072D2; }
span { border-color: rgb(64,114,210); }
td.TdClassName
{
border-color: #4072D2;
}
.TagClassName
{
border-color: #4072D2;
}
</style>