Shades of Royal Blue #426CEC
Tints of Royal Blue #426CEC
RGB
CMYK
RGB Variations
Color information
#426CEC (or 0x426CEC) is known color: Royal Blue. HEX triplet: 42, 6C and EC. RGB value is (66,108,236). Sum of RGB (Red+Green+Blue) = 66+108+236=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #426CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #426CEC is #BD9313. Grayscale: #6D6D6D. Windows color (decimal): -12423956 or 15494210. OLE color: 15494210.
HSL color Cylindrical-coordinate representation of color #426CEC: hue angle of 225.18º degrees, saturation: 0.82, 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 #426CEC is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 108 | 236 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.07 |
| HSL | 225.18º | 0.82% | 0.59% | - |
| HSV(B) | 225.18º | 0.72% | 0.93% | - |
| XYZ | 22.75 | 17.94 | 81.62 | - |
| YUV | 110.03 | 199.09 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 236 | 0.72 | 0.54 | 0 | 0.07 | 225.18 | 0.82 | 0.59 |
| Hex | 42 | 6C | EC | 48 | 36 | 0 | 7 | E1 | 52 | 3B |
| Octal | 102 | 154 | 354 | 110 | 66 | 0 | 7 | 341 | 122 | 73 |
| Binary | 1000010 | 1101100 | 11101100 | 1001000 | 110110 | 0 | 111 | 11100001 | 1010010 | 111011 |
Color Harmonies of #426CEC
Complementary color
Monochromatic Colors of #426CEC
Black with #426CEC
Text Example
Text Example
White with #426CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426CEC; }
p { color: rgb(66,108,236); }
H1.HeaderClassName
{
color: #426CEC;
}
.AnyTagClassName
{
color: #426CEC;
}
</style>
background-color css
<style>
a { background-color: #426CEC; }
a { background-color: rgb(66,108,236); }
div.DivClassName
{
background-color: #426CEC;
}
.BgClassName
{
background-color: #426CEC;
}
</style>
border-color css
<style>
span { border-color: #426CEC; }
span { border-color: rgb(66,108,236); }
td.TdClassName
{
border-color: #426CEC;
}
.TagClassName
{
border-color: #426CEC;
}
</style>