Shades of Royal Blue #426EF0
Tints of Royal Blue #426EF0
RGB
CMYK
RGB Variations
Color information
#426EF0 (or 0x426EF0) is known color: Royal Blue. HEX triplet: 42, 6E and F0. RGB value is (66,110,240). Sum of RGB (Red+Green+Blue) = 66+110+240=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 240 (94.14% from 255 or 57.69% from 416); Max value from RGB is 240 - color contains mainly: blue. Hex color #426EF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426EF0 is #BD910F. Grayscale: #6F6F6F. Windows color (decimal): -12423440 or 15756866. OLE color: 15756866.
HSL color Cylindrical-coordinate representation of color #426EF0: hue angle of 224.83º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #426EF0 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 110 | 240 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.06 |
| HSL | 224.83º | 0.85% | 0.6% | - |
| HSV(B) | 224.83º | 0.73% | 0.94% | - |
| XYZ | 23.55 | 18.6 | 84.79 | - |
| YUV | 111.66 | 200.42 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 240 | 0.72 | 0.54 | 0 | 0.06 | 224.83 | 0.85 | 0.6 |
| Hex | 42 | 6E | F0 | 48 | 36 | 0 | 6 | E1 | 55 | 3C |
| Octal | 102 | 156 | 360 | 110 | 66 | 0 | 6 | 341 | 125 | 74 |
| Binary | 1000010 | 1101110 | 11110000 | 1001000 | 110110 | 0 | 110 | 11100001 | 1010101 | 111100 |
Color Harmonies of #426EF0
Complementary color
Monochromatic Colors of #426EF0
Black with #426EF0
Text Example
Text Example
White with #426EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426EF0; }
p { color: rgb(66,110,240); }
H1.HeaderClassName
{
color: #426EF0;
}
.AnyTagClassName
{
color: #426EF0;
}
</style>
background-color css
<style>
a { background-color: #426EF0; }
a { background-color: rgb(66,110,240); }
div.DivClassName
{
background-color: #426EF0;
}
.BgClassName
{
background-color: #426EF0;
}
</style>
border-color css
<style>
span { border-color: #426EF0; }
span { border-color: rgb(66,110,240); }
td.TdClassName
{
border-color: #426EF0;
}
.TagClassName
{
border-color: #426EF0;
}
</style>