Shades of Royal Blue #4269CB
Tints of Royal Blue #4269CB
RGB
CMYK
RGB Variations
Color information
#4269CB (or 0x4269CB) is known color: Royal Blue. HEX triplet: 42, 69 and CB. RGB value is (66,105,203). Sum of RGB (Red+Green+Blue) = 66+105+203=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #4269CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4269CB is #BD9634. Grayscale: #686868. Windows color (decimal): -12424757 or 13330754. OLE color: 13330754.
HSL color Cylindrical-coordinate representation of color #4269CB: hue angle of 222.92º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4269CB is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 105 | 203 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.20 |
| HSL | 222.92º | 0.57% | 0.53% | - |
| HSV(B) | 222.92º | 0.67% | 0.8% | - |
| XYZ | 18.08 | 15.57 | 58.55 | - |
| YUV | 104.51 | 183.58 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 105 | 203 | 0.67 | 0.48 | 0 | 0.20 | 222.92 | 0.57 | 0.53 |
| Hex | 42 | 69 | CB | 43 | 30 | 0 | 14 | DF | 39 | 35 |
| Octal | 102 | 151 | 313 | 103 | 60 | 0 | 24 | 337 | 71 | 65 |
| Binary | 1000010 | 1101001 | 11001011 | 1000011 | 110000 | 0 | 10100 | 11011111 | 111001 | 110101 |
Color Harmonies of #4269CB
Complementary color
Monochromatic Colors of #4269CB
Black with #4269CB
Text Example
Text Example
White with #4269CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4269CB; }
p { color: rgb(66,105,203); }
H1.HeaderClassName
{
color: #4269CB;
}
.AnyTagClassName
{
color: #4269CB;
}
</style>
background-color css
<style>
a { background-color: #4269CB; }
a { background-color: rgb(66,105,203); }
div.DivClassName
{
background-color: #4269CB;
}
.BgClassName
{
background-color: #4269CB;
}
</style>
border-color css
<style>
span { border-color: #4269CB; }
span { border-color: rgb(66,105,203); }
td.TdClassName
{
border-color: #4269CB;
}
.TagClassName
{
border-color: #4269CB;
}
</style>