Shades of Royal Blue #426BEE
Tints of Royal Blue #426BEE
RGB
CMYK
RGB Variations
Color information
#426BEE (or 0x426BEE) is known color: Royal Blue. HEX triplet: 42, 6B and EE. RGB value is (66,107,238). Sum of RGB (Red+Green+Blue) = 66+107+238=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #426BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426BEE is #BD9411. Grayscale: #6D6D6D. Windows color (decimal): -12424210 or 15625026. OLE color: 15625026.
HSL color Cylindrical-coordinate representation of color #426BEE: hue angle of 225.7º 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 #426BEE is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 107 | 238 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.07 |
| HSL | 225.7º | 0.83% | 0.6% | - |
| HSV(B) | 225.7º | 0.72% | 0.93% | - |
| XYZ | 22.94 | 17.85 | 83.12 | - |
| YUV | 109.68 | 200.42 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 238 | 0.72 | 0.55 | 0 | 0.07 | 225.7 | 0.83 | 0.6 |
| Hex | 42 | 6B | EE | 48 | 37 | 0 | 7 | E2 | 53 | 3C |
| Octal | 102 | 153 | 356 | 110 | 67 | 0 | 7 | 342 | 123 | 74 |
| Binary | 1000010 | 1101011 | 11101110 | 1001000 | 110111 | 0 | 111 | 11100010 | 1010011 | 111100 |
Color Harmonies of #426BEE
Complementary color
Monochromatic Colors of #426BEE
Black with #426BEE
Text Example
Text Example
White with #426BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426BEE; }
p { color: rgb(66,107,238); }
H1.HeaderClassName
{
color: #426BEE;
}
.AnyTagClassName
{
color: #426BEE;
}
</style>
background-color css
<style>
a { background-color: #426BEE; }
a { background-color: rgb(66,107,238); }
div.DivClassName
{
background-color: #426BEE;
}
.BgClassName
{
background-color: #426BEE;
}
</style>
border-color css
<style>
span { border-color: #426BEE; }
span { border-color: rgb(66,107,238); }
td.TdClassName
{
border-color: #426BEE;
}
.TagClassName
{
border-color: #426BEE;
}
</style>