Shades of Royal Blue #4070CA
Tints of Royal Blue #4070CA
RGB
CMYK
RGB Variations
Color information
#4070CA (or 0x4070CA) is known color: Royal Blue. HEX triplet: 40, 70 and CA. RGB value is (64,112,202). Sum of RGB (Red+Green+Blue) = 64+112+202=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #4070CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4070CA is #BF8F35. Grayscale: #6B6B6B. Windows color (decimal): -12554038 or 13267008. OLE color: 13267008.
HSL color Cylindrical-coordinate representation of color #4070CA: hue angle of 219.13º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4070CA is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 112 | 202 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.21 |
| HSL | 219.13º | 0.57% | 0.52% | - |
| HSV(B) | 219.13º | 0.68% | 0.79% | - |
| XYZ | 18.57 | 16.94 | 58.17 | - |
| YUV | 107.91 | 181.1 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 112 | 202 | 0.68 | 0.45 | 0 | 0.21 | 219.13 | 0.57 | 0.52 |
| Hex | 40 | 70 | CA | 44 | 2D | 0 | 15 | DB | 39 | 34 |
| Octal | 100 | 160 | 312 | 104 | 55 | 0 | 25 | 333 | 71 | 64 |
| Binary | 1000000 | 1110000 | 11001010 | 1000100 | 101101 | 0 | 10101 | 11011011 | 111001 | 110100 |
Color Harmonies of #4070CA
Complementary color
Monochromatic Colors of #4070CA
Black with #4070CA
Text Example
Text Example
White with #4070CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4070CA; }
p { color: rgb(64,112,202); }
H1.HeaderClassName
{
color: #4070CA;
}
.AnyTagClassName
{
color: #4070CA;
}
</style>
background-color css
<style>
a { background-color: #4070CA; }
a { background-color: rgb(64,112,202); }
div.DivClassName
{
background-color: #4070CA;
}
.BgClassName
{
background-color: #4070CA;
}
</style>
border-color css
<style>
span { border-color: #4070CA; }
span { border-color: rgb(64,112,202); }
td.TdClassName
{
border-color: #4070CA;
}
.TagClassName
{
border-color: #4070CA;
}
</style>