Shades of Royal Blue #4070CF
Tints of Royal Blue #4070CF
RGB
CMYK
RGB Variations
Color information
#4070CF (or 0x4070CF) is known color: Royal Blue. HEX triplet: 40, 70 and CF. RGB value is (64,112,207). Sum of RGB (Red+Green+Blue) = 64+112+207=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #4070CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4070CF is #BF8F30. Grayscale: #6C6C6C. Windows color (decimal): -12554033 or 13594688. OLE color: 13594688.
HSL color Cylindrical-coordinate representation of color #4070CF: hue angle of 219.86º 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 #4070CF is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 112 | 207 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.19 |
| HSL | 219.86º | 0.6% | 0.53% | - |
| HSV(B) | 219.86º | 0.69% | 0.81% | - |
| XYZ | 19.17 | 17.18 | 61.34 | - |
| YUV | 108.48 | 183.6 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 112 | 207 | 0.69 | 0.46 | 0 | 0.19 | 219.86 | 0.6 | 0.53 |
| Hex | 40 | 70 | CF | 45 | 2E | 0 | 13 | DC | 3C | 35 |
| Octal | 100 | 160 | 317 | 105 | 56 | 0 | 23 | 334 | 74 | 65 |
| Binary | 1000000 | 1110000 | 11001111 | 1000101 | 101110 | 0 | 10011 | 11011100 | 111100 | 110101 |
Color Harmonies of #4070CF
Complementary color
Monochromatic Colors of #4070CF
Black with #4070CF
Text Example
Text Example
White with #4070CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4070CF; }
p { color: rgb(64,112,207); }
H1.HeaderClassName
{
color: #4070CF;
}
.AnyTagClassName
{
color: #4070CF;
}
</style>
background-color css
<style>
a { background-color: #4070CF; }
a { background-color: rgb(64,112,207); }
div.DivClassName
{
background-color: #4070CF;
}
.BgClassName
{
background-color: #4070CF;
}
</style>
border-color css
<style>
span { border-color: #4070CF; }
span { border-color: rgb(64,112,207); }
td.TdClassName
{
border-color: #4070CF;
}
.TagClassName
{
border-color: #4070CF;
}
</style>