Shades of Royal Blue #426EEF
Tints of Royal Blue #426EEF
RGB
CMYK
RGB Variations
Color information
#426EEF (or 0x426EEF) is known color: Royal Blue. HEX triplet: 42, 6E and EF. RGB value is (66,110,239). Sum of RGB (Red+Green+Blue) = 66+110+239=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #426EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426EEF is #BD9110. Grayscale: #6E6E6E. Windows color (decimal): -12423441 or 15691330. OLE color: 15691330.
HSL color Cylindrical-coordinate representation of color #426EEF: hue angle of 224.74º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #426EEF is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 110 | 239 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.06 |
| HSL | 224.74º | 0.84% | 0.6% | - |
| HSV(B) | 224.74º | 0.72% | 0.94% | - |
| XYZ | 23.4 | 18.54 | 84.01 | - |
| YUV | 111.55 | 199.92 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 239 | 0.72 | 0.54 | 0 | 0.06 | 224.74 | 0.84 | 0.6 |
| Hex | 42 | 6E | EF | 48 | 36 | 0 | 6 | E1 | 54 | 3C |
| Octal | 102 | 156 | 357 | 110 | 66 | 0 | 6 | 341 | 124 | 74 |
| Binary | 1000010 | 1101110 | 11101111 | 1001000 | 110110 | 0 | 110 | 11100001 | 1010100 | 111100 |
Color Harmonies of #426EEF
Complementary color
Monochromatic Colors of #426EEF
Black with #426EEF
Text Example
Text Example
White with #426EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426EEF; }
p { color: rgb(66,110,239); }
H1.HeaderClassName
{
color: #426EEF;
}
.AnyTagClassName
{
color: #426EEF;
}
</style>
background-color css
<style>
a { background-color: #426EEF; }
a { background-color: rgb(66,110,239); }
div.DivClassName
{
background-color: #426EEF;
}
.BgClassName
{
background-color: #426EEF;
}
</style>
border-color css
<style>
span { border-color: #426EEF; }
span { border-color: rgb(66,110,239); }
td.TdClassName
{
border-color: #426EEF;
}
.TagClassName
{
border-color: #426EEF;
}
</style>