Shades of Royal Blue #426FCE
Tints of Royal Blue #426FCE
RGB
CMYK
RGB Variations
Color information
#426FCE (or 0x426FCE) is known color: Royal Blue. HEX triplet: 42, 6F and CE. RGB value is (66,111,206). Sum of RGB (Red+Green+Blue) = 66+111+206=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #426FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426FCE is #BD9031. Grayscale: #6B6B6B. Windows color (decimal): -12423218 or 13528898. OLE color: 13528898.
HSL color Cylindrical-coordinate representation of color #426FCE: hue angle of 220.71º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #426FCE is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 111 | 206 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.19 |
| HSL | 220.71º | 0.59% | 0.53% | - |
| HSV(B) | 220.71º | 0.68% | 0.81% | - |
| XYZ | 19.07 | 16.98 | 60.67 | - |
| YUV | 108.38 | 183.09 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 206 | 0.68 | 0.46 | 0 | 0.19 | 220.71 | 0.59 | 0.53 |
| Hex | 42 | 6F | CE | 44 | 2E | 0 | 13 | DD | 3B | 35 |
| Octal | 102 | 157 | 316 | 104 | 56 | 0 | 23 | 335 | 73 | 65 |
| Binary | 1000010 | 1101111 | 11001110 | 1000100 | 101110 | 0 | 10011 | 11011101 | 111011 | 110101 |
Color Harmonies of #426FCE
Complementary color
Monochromatic Colors of #426FCE
Black with #426FCE
Text Example
Text Example
White with #426FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426FCE; }
p { color: rgb(66,111,206); }
H1.HeaderClassName
{
color: #426FCE;
}
.AnyTagClassName
{
color: #426FCE;
}
</style>
background-color css
<style>
a { background-color: #426FCE; }
a { background-color: rgb(66,111,206); }
div.DivClassName
{
background-color: #426FCE;
}
.BgClassName
{
background-color: #426FCE;
}
</style>
border-color css
<style>
span { border-color: #426FCE; }
span { border-color: rgb(66,111,206); }
td.TdClassName
{
border-color: #426FCE;
}
.TagClassName
{
border-color: #426FCE;
}
</style>