Shades of Royal Blue #426BCD
Tints of Royal Blue #426BCD
RGB
CMYK
RGB Variations
Color information
#426BCD (or 0x426BCD) is known color: Royal Blue. HEX triplet: 42, 6B and CD. RGB value is (66,107,205). Sum of RGB (Red+Green+Blue) = 66+107+205=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #426BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BCD is #BD9432. Grayscale: #696969. Windows color (decimal): -12424243 or 13462338. OLE color: 13462338.
HSL color Cylindrical-coordinate representation of color #426BCD: hue angle of 222.3º 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 #426BCD is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 107 | 205 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.20 |
| HSL | 222.3º | 0.58% | 0.53% | - |
| HSV(B) | 222.3º | 0.68% | 0.8% | - |
| XYZ | 18.52 | 16.08 | 59.89 | - |
| YUV | 105.91 | 183.92 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 205 | 0.68 | 0.48 | 0 | 0.20 | 222.3 | 0.58 | 0.53 |
| Hex | 42 | 6B | CD | 44 | 30 | 0 | 14 | DE | 3A | 35 |
| Octal | 102 | 153 | 315 | 104 | 60 | 0 | 24 | 336 | 72 | 65 |
| Binary | 1000010 | 1101011 | 11001101 | 1000100 | 110000 | 0 | 10100 | 11011110 | 111010 | 110101 |
Color Harmonies of #426BCD
Complementary color
Monochromatic Colors of #426BCD
Black with #426BCD
Text Example
Text Example
White with #426BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426BCD; }
p { color: rgb(66,107,205); }
H1.HeaderClassName
{
color: #426BCD;
}
.AnyTagClassName
{
color: #426BCD;
}
</style>
background-color css
<style>
a { background-color: #426BCD; }
a { background-color: rgb(66,107,205); }
div.DivClassName
{
background-color: #426BCD;
}
.BgClassName
{
background-color: #426BCD;
}
</style>
border-color css
<style>
span { border-color: #426BCD; }
span { border-color: rgb(66,107,205); }
td.TdClassName
{
border-color: #426BCD;
}
.TagClassName
{
border-color: #426BCD;
}
</style>