Shades of Royal Blue #4269FF
Tints of Royal Blue #4269FF
RGB
CMYK
RGB Variations
Color information
#4269FF (or 0x4269FF) is known color: Royal Blue. HEX triplet: 42, 69 and FF. RGB value is (66,105,255). Sum of RGB (Red+Green+Blue) = 66+105+255=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #4269FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4269FF is #BD9600. Grayscale: #6D6D6D. Windows color (decimal): -12424705 or 16738626. OLE color: 16738626.
HSL color Cylindrical-coordinate representation of color #4269FF: hue angle of 227.62º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4269FF is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 105 | 255 | - |
| CMYK | 0.74 | 0.59 | 0 | 0 |
| HSL | 227.62º | 1% | 0.63% | - |
| HSV(B) | 227.62º | 0.74% | 1% | - |
| XYZ | 25.35 | 18.48 | 96.84 | - |
| YUV | 110.44 | 209.58 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 105 | 255 | 0.74 | 0.59 | 0 | 0 | 227.62 | 1 | 0.63 |
| Hex | 42 | 69 | FF | 4A | 3B | 0 | 0 | E4 | 64 | 3F |
| Octal | 102 | 151 | 377 | 112 | 73 | 0 | 0 | 344 | 144 | 77 |
| Binary | 1000010 | 1101001 | 11111111 | 1001010 | 111011 | 0 | 0 | 11100100 | 1100100 | 111111 |
Color Harmonies of #4269FF
Complementary color
Monochromatic Colors of #4269FF
Black with #4269FF
Text Example
Text Example
White with #4269FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4269FF; }
p { color: rgb(66,105,255); }
H1.HeaderClassName
{
color: #4269FF;
}
.AnyTagClassName
{
color: #4269FF;
}
</style>
background-color css
<style>
a { background-color: #4269FF; }
a { background-color: rgb(66,105,255); }
div.DivClassName
{
background-color: #4269FF;
}
.BgClassName
{
background-color: #4269FF;
}
</style>
border-color css
<style>
span { border-color: #4269FF; }
span { border-color: rgb(66,105,255); }
td.TdClassName
{
border-color: #4269FF;
}
.TagClassName
{
border-color: #4269FF;
}
</style>