Shades of Royal Blue #426EEE
Tints of Royal Blue #426EEE
RGB
CMYK
RGB Variations
Color information
#426EEE (or 0x426EEE) is known color: Royal Blue. HEX triplet: 42, 6E and EE. RGB value is (66,110,238). Sum of RGB (Red+Green+Blue) = 66+110+238=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #426EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426EEE is #BD9111. Grayscale: #6E6E6E. Windows color (decimal): -12423442 or 15625794. OLE color: 15625794.
HSL color Cylindrical-coordinate representation of color #426EEE: hue angle of 224.65º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #426EEE is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 110 | 238 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.07 |
| HSL | 224.65º | 0.83% | 0.6% | - |
| HSV(B) | 224.65º | 0.72% | 0.93% | - |
| XYZ | 23.26 | 18.48 | 83.23 | - |
| YUV | 111.44 | 199.42 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 238 | 0.72 | 0.54 | 0 | 0.07 | 224.65 | 0.83 | 0.6 |
| Hex | 42 | 6E | EE | 48 | 36 | 0 | 7 | E1 | 53 | 3C |
| Octal | 102 | 156 | 356 | 110 | 66 | 0 | 7 | 341 | 123 | 74 |
| Binary | 1000010 | 1101110 | 11101110 | 1001000 | 110110 | 0 | 111 | 11100001 | 1010011 | 111100 |
Color Harmonies of #426EEE
Complementary color
Monochromatic Colors of #426EEE
Black with #426EEE
Text Example
Text Example
White with #426EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426EEE; }
p { color: rgb(66,110,238); }
H1.HeaderClassName
{
color: #426EEE;
}
.AnyTagClassName
{
color: #426EEE;
}
</style>
background-color css
<style>
a { background-color: #426EEE; }
a { background-color: rgb(66,110,238); }
div.DivClassName
{
background-color: #426EEE;
}
.BgClassName
{
background-color: #426EEE;
}
</style>
border-color css
<style>
span { border-color: #426EEE; }
span { border-color: rgb(66,110,238); }
td.TdClassName
{
border-color: #426EEE;
}
.TagClassName
{
border-color: #426EEE;
}
</style>