Shades of Royal Blue #4269CF
Tints of Royal Blue #4269CF
RGB
CMYK
RGB Variations
Color information
#4269CF (or 0x4269CF) is known color: Royal Blue. HEX triplet: 42, 69 and CF. RGB value is (66,105,207). Sum of RGB (Red+Green+Blue) = 66+105+207=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #4269CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4269CF is #BD9630. Grayscale: #686868. Windows color (decimal): -12424753 or 13592898. OLE color: 13592898.
HSL color Cylindrical-coordinate representation of color #4269CF: hue angle of 223.4º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4269CF is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 105 | 207 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.19 |
| HSL | 223.4º | 0.59% | 0.54% | - |
| HSV(B) | 223.4º | 0.68% | 0.81% | - |
| XYZ | 18.56 | 15.77 | 61.1 | - |
| YUV | 104.97 | 185.58 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 105 | 207 | 0.68 | 0.49 | 0 | 0.19 | 223.4 | 0.59 | 0.54 |
| Hex | 42 | 69 | CF | 44 | 31 | 0 | 13 | DF | 3B | 36 |
| Octal | 102 | 151 | 317 | 104 | 61 | 0 | 23 | 337 | 73 | 66 |
| Binary | 1000010 | 1101001 | 11001111 | 1000100 | 110001 | 0 | 10011 | 11011111 | 111011 | 110110 |
Color Harmonies of #4269CF
Complementary color
Monochromatic Colors of #4269CF
Black with #4269CF
Text Example
Text Example
White with #4269CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4269CF; }
p { color: rgb(66,105,207); }
H1.HeaderClassName
{
color: #4269CF;
}
.AnyTagClassName
{
color: #4269CF;
}
</style>
background-color css
<style>
a { background-color: #4269CF; }
a { background-color: rgb(66,105,207); }
div.DivClassName
{
background-color: #4269CF;
}
.BgClassName
{
background-color: #4269CF;
}
</style>
border-color css
<style>
span { border-color: #4269CF; }
span { border-color: rgb(66,105,207); }
td.TdClassName
{
border-color: #4269CF;
}
.TagClassName
{
border-color: #4269CF;
}
</style>