Shades of Royal Blue #426CE0
Tints of Royal Blue #426CE0
RGB
CMYK
RGB Variations
Color information
#426CE0 (or 0x426CE0) is known color: Royal Blue. HEX triplet: 42, 6C and E0. RGB value is (66,108,224). Sum of RGB (Red+Green+Blue) = 66+108+224=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 224 (87.89% from 255 or 56.28% from 398); Max value from RGB is 224 - color contains mainly: blue. Hex color #426CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CE0 is #BD931F. Grayscale: #6C6C6C. Windows color (decimal): -12423968 or 14707778. OLE color: 14707778.
HSL color Cylindrical-coordinate representation of color #426CE0: hue angle of 224.05º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #426CE0 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 108 | 224 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.12 |
| HSL | 224.05º | 0.72% | 0.57% | - |
| HSV(B) | 224.05º | 0.71% | 0.88% | - |
| XYZ | 21.06 | 17.27 | 72.74 | - |
| YUV | 108.67 | 193.09 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 224 | 0.71 | 0.52 | 0 | 0.12 | 224.05 | 0.72 | 0.57 |
| Hex | 42 | 6C | E0 | 47 | 34 | 0 | C | E0 | 48 | 39 |
| Octal | 102 | 154 | 340 | 107 | 64 | 0 | 14 | 340 | 110 | 71 |
| Binary | 1000010 | 1101100 | 11100000 | 1000111 | 110100 | 0 | 1100 | 11100000 | 1001000 | 111001 |
Color Harmonies of #426CE0
Complementary color
Monochromatic Colors of #426CE0
Black with #426CE0
Text Example
Text Example
White with #426CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426CE0; }
p { color: rgb(66,108,224); }
H1.HeaderClassName
{
color: #426CE0;
}
.AnyTagClassName
{
color: #426CE0;
}
</style>
background-color css
<style>
a { background-color: #426CE0; }
a { background-color: rgb(66,108,224); }
div.DivClassName
{
background-color: #426CE0;
}
.BgClassName
{
background-color: #426CE0;
}
</style>
border-color css
<style>
span { border-color: #426CE0; }
span { border-color: rgb(66,108,224); }
td.TdClassName
{
border-color: #426CE0;
}
.TagClassName
{
border-color: #426CE0;
}
</style>