Shades of Royal Blue #426CEF
Tints of Royal Blue #426CEF
RGB
CMYK
RGB Variations
Color information
#426CEF (or 0x426CEF) is known color: Royal Blue. HEX triplet: 42, 6C and EF. RGB value is (66,108,239). Sum of RGB (Red+Green+Blue) = 66+108+239=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #426CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426CEF is #BD9310. Grayscale: #6D6D6D. Windows color (decimal): -12423953 or 15690818. OLE color: 15690818.
HSL color Cylindrical-coordinate representation of color #426CEF: hue angle of 225.43º 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 #426CEF is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 108 | 239 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.06 |
| HSL | 225.43º | 0.84% | 0.6% | - |
| HSV(B) | 225.43º | 0.72% | 0.94% | - |
| XYZ | 23.19 | 18.12 | 83.94 | - |
| YUV | 110.38 | 200.59 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 239 | 0.72 | 0.55 | 0 | 0.06 | 225.43 | 0.84 | 0.6 |
| Hex | 42 | 6C | EF | 48 | 37 | 0 | 6 | E1 | 54 | 3C |
| Octal | 102 | 154 | 357 | 110 | 67 | 0 | 6 | 341 | 124 | 74 |
| Binary | 1000010 | 1101100 | 11101111 | 1001000 | 110111 | 0 | 110 | 11100001 | 1010100 | 111100 |
Color Harmonies of #426CEF
Complementary color
Monochromatic Colors of #426CEF
Black with #426CEF
Text Example
Text Example
White with #426CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426CEF; }
p { color: rgb(66,108,239); }
H1.HeaderClassName
{
color: #426CEF;
}
.AnyTagClassName
{
color: #426CEF;
}
</style>
background-color css
<style>
a { background-color: #426CEF; }
a { background-color: rgb(66,108,239); }
div.DivClassName
{
background-color: #426CEF;
}
.BgClassName
{
background-color: #426CEF;
}
</style>
border-color css
<style>
span { border-color: #426CEF; }
span { border-color: rgb(66,108,239); }
td.TdClassName
{
border-color: #426CEF;
}
.TagClassName
{
border-color: #426CEF;
}
</style>