Shades of Royal Blue #426CEE
Tints of Royal Blue #426CEE
RGB
CMYK
RGB Variations
Color information
#426CEE (or 0x426CEE) is known color: Royal Blue. HEX triplet: 42, 6C and EE. RGB value is (66,108,238). Sum of RGB (Red+Green+Blue) = 66+108+238=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #426CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426CEE is #BD9311. Grayscale: #6D6D6D. Windows color (decimal): -12423954 or 15625282. OLE color: 15625282.
HSL color Cylindrical-coordinate representation of color #426CEE: hue angle of 225.35º 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 #426CEE is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 108 | 238 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.07 |
| HSL | 225.35º | 0.83% | 0.6% | - |
| HSV(B) | 225.35º | 0.72% | 0.93% | - |
| XYZ | 23.04 | 18.06 | 83.16 | - |
| YUV | 110.26 | 200.09 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 238 | 0.72 | 0.55 | 0 | 0.07 | 225.35 | 0.83 | 0.6 |
| Hex | 42 | 6C | EE | 48 | 37 | 0 | 7 | E1 | 53 | 3C |
| Octal | 102 | 154 | 356 | 110 | 67 | 0 | 7 | 341 | 123 | 74 |
| Binary | 1000010 | 1101100 | 11101110 | 1001000 | 110111 | 0 | 111 | 11100001 | 1010011 | 111100 |
Color Harmonies of #426CEE
Complementary color
Monochromatic Colors of #426CEE
Black with #426CEE
Text Example
Text Example
White with #426CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426CEE; }
p { color: rgb(66,108,238); }
H1.HeaderClassName
{
color: #426CEE;
}
.AnyTagClassName
{
color: #426CEE;
}
</style>
background-color css
<style>
a { background-color: #426CEE; }
a { background-color: rgb(66,108,238); }
div.DivClassName
{
background-color: #426CEE;
}
.BgClassName
{
background-color: #426CEE;
}
</style>
border-color css
<style>
span { border-color: #426CEE; }
span { border-color: rgb(66,108,238); }
td.TdClassName
{
border-color: #426CEE;
}
.TagClassName
{
border-color: #426CEE;
}
</style>