Shades of Royal Blue #426FCD
Tints of Royal Blue #426FCD
RGB
CMYK
RGB Variations
Color information
#426FCD (or 0x426FCD) is known color: Royal Blue. HEX triplet: 42, 6F and CD. RGB value is (66,111,205). Sum of RGB (Red+Green+Blue) = 66+111+205=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #426FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426FCD is #BD9032. Grayscale: #6B6B6B. Windows color (decimal): -12423219 or 13463362. OLE color: 13463362.
HSL color Cylindrical-coordinate representation of color #426FCD: hue angle of 220.58º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #426FCD is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 111 | 205 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.20 |
| HSL | 220.58º | 0.58% | 0.53% | - |
| HSV(B) | 220.58º | 0.68% | 0.8% | - |
| XYZ | 18.95 | 16.93 | 60.03 | - |
| YUV | 108.26 | 182.59 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 205 | 0.68 | 0.46 | 0 | 0.20 | 220.58 | 0.58 | 0.53 |
| Hex | 42 | 6F | CD | 44 | 2E | 0 | 14 | DD | 3A | 35 |
| Octal | 102 | 157 | 315 | 104 | 56 | 0 | 24 | 335 | 72 | 65 |
| Binary | 1000010 | 1101111 | 11001101 | 1000100 | 101110 | 0 | 10100 | 11011101 | 111010 | 110101 |
Color Harmonies of #426FCD
Complementary color
Monochromatic Colors of #426FCD
Black with #426FCD
Text Example
Text Example
White with #426FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426FCD; }
p { color: rgb(66,111,205); }
H1.HeaderClassName
{
color: #426FCD;
}
.AnyTagClassName
{
color: #426FCD;
}
</style>
background-color css
<style>
a { background-color: #426FCD; }
a { background-color: rgb(66,111,205); }
div.DivClassName
{
background-color: #426FCD;
}
.BgClassName
{
background-color: #426FCD;
}
</style>
border-color css
<style>
span { border-color: #426FCD; }
span { border-color: rgb(66,111,205); }
td.TdClassName
{
border-color: #426FCD;
}
.TagClassName
{
border-color: #426FCD;
}
</style>