Shades of Royal Blue #4069CB
Tints of Royal Blue #4069CB
RGB
CMYK
RGB Variations
Color information
#4069CB (or 0x4069CB) is known color: Royal Blue. HEX triplet: 40, 69 and CB. RGB value is (64,105,203). Sum of RGB (Red+Green+Blue) = 64+105+203=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #4069CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4069CB is #BF9634. Grayscale: #676767. Windows color (decimal): -12555829 or 13330752. OLE color: 13330752.
HSL color Cylindrical-coordinate representation of color #4069CB: hue angle of 222.3º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4069CB is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 105 | 203 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.20 |
| HSL | 222.3º | 0.57% | 0.52% | - |
| HSV(B) | 222.3º | 0.68% | 0.8% | - |
| XYZ | 17.95 | 15.5 | 58.55 | - |
| YUV | 103.91 | 183.92 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 105 | 203 | 0.68 | 0.48 | 0 | 0.20 | 222.3 | 0.57 | 0.52 |
| Hex | 40 | 69 | CB | 44 | 30 | 0 | 14 | DE | 39 | 34 |
| Octal | 100 | 151 | 313 | 104 | 60 | 0 | 24 | 336 | 71 | 64 |
| Binary | 1000000 | 1101001 | 11001011 | 1000100 | 110000 | 0 | 10100 | 11011110 | 111001 | 110100 |
Color Harmonies of #4069CB
Complementary color
Monochromatic Colors of #4069CB
Black with #4069CB
Text Example
Text Example
White with #4069CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4069CB; }
p { color: rgb(64,105,203); }
H1.HeaderClassName
{
color: #4069CB;
}
.AnyTagClassName
{
color: #4069CB;
}
</style>
background-color css
<style>
a { background-color: #4069CB; }
a { background-color: rgb(64,105,203); }
div.DivClassName
{
background-color: #4069CB;
}
.BgClassName
{
background-color: #4069CB;
}
</style>
border-color css
<style>
span { border-color: #4069CB; }
span { border-color: rgb(64,105,203); }
td.TdClassName
{
border-color: #4069CB;
}
.TagClassName
{
border-color: #4069CB;
}
</style>