Shades of Royal Blue #426EED
Tints of Royal Blue #426EED
RGB
CMYK
RGB Variations
Color information
#426EED (or 0x426EED) is known color: Royal Blue. HEX triplet: 42, 6E and ED. RGB value is (66,110,237). Sum of RGB (Red+Green+Blue) = 66+110+237=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #426EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426EED is #BD9112. Grayscale: #6E6E6E. Windows color (decimal): -12423443 or 15560258. OLE color: 15560258.
HSL color Cylindrical-coordinate representation of color #426EED: hue angle of 224.56º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #426EED is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 110 | 237 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.07 |
| HSL | 224.56º | 0.83% | 0.59% | - |
| HSV(B) | 224.56º | 0.72% | 0.93% | - |
| XYZ | 23.11 | 18.42 | 82.46 | - |
| YUV | 111.32 | 198.92 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 237 | 0.72 | 0.54 | 0 | 0.07 | 224.56 | 0.83 | 0.59 |
| Hex | 42 | 6E | ED | 48 | 36 | 0 | 7 | E1 | 53 | 3B |
| Octal | 102 | 156 | 355 | 110 | 66 | 0 | 7 | 341 | 123 | 73 |
| Binary | 1000010 | 1101110 | 11101101 | 1001000 | 110110 | 0 | 111 | 11100001 | 1010011 | 111011 |
Color Harmonies of #426EED
Complementary color
Monochromatic Colors of #426EED
Black with #426EED
Text Example
Text Example
White with #426EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426EED; }
p { color: rgb(66,110,237); }
H1.HeaderClassName
{
color: #426EED;
}
.AnyTagClassName
{
color: #426EED;
}
</style>
background-color css
<style>
a { background-color: #426EED; }
a { background-color: rgb(66,110,237); }
div.DivClassName
{
background-color: #426EED;
}
.BgClassName
{
background-color: #426EED;
}
</style>
border-color css
<style>
span { border-color: #426EED; }
span { border-color: rgb(66,110,237); }
td.TdClassName
{
border-color: #426EED;
}
.TagClassName
{
border-color: #426EED;
}
</style>