Shades of Royal Blue #426CCD
Tints of Royal Blue #426CCD
RGB
CMYK
RGB Variations
Color information
#426CCD (or 0x426CCD) is known color: Royal Blue. HEX triplet: 42, 6C and CD. RGB value is (66,108,205). Sum of RGB (Red+Green+Blue) = 66+108+205=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #426CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CCD is #BD9332. Grayscale: #6A6A6A. Windows color (decimal): -12423987 or 13462594. OLE color: 13462594.
HSL color Cylindrical-coordinate representation of color #426CCD: hue angle of 221.87º 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 #426CCD is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 108 | 205 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.20 |
| HSL | 221.87º | 0.58% | 0.53% | - |
| HSV(B) | 221.87º | 0.68% | 0.8% | - |
| XYZ | 18.63 | 16.29 | 59.92 | - |
| YUV | 106.5 | 183.59 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 205 | 0.68 | 0.47 | 0 | 0.20 | 221.87 | 0.58 | 0.53 |
| Hex | 42 | 6C | CD | 44 | 2F | 0 | 14 | DE | 3A | 35 |
| Octal | 102 | 154 | 315 | 104 | 57 | 0 | 24 | 336 | 72 | 65 |
| Binary | 1000010 | 1101100 | 11001101 | 1000100 | 101111 | 0 | 10100 | 11011110 | 111010 | 110101 |
Color Harmonies of #426CCD
Complementary color
Monochromatic Colors of #426CCD
Black with #426CCD
Text Example
Text Example
White with #426CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426CCD; }
p { color: rgb(66,108,205); }
H1.HeaderClassName
{
color: #426CCD;
}
.AnyTagClassName
{
color: #426CCD;
}
</style>
background-color css
<style>
a { background-color: #426CCD; }
a { background-color: rgb(66,108,205); }
div.DivClassName
{
background-color: #426CCD;
}
.BgClassName
{
background-color: #426CCD;
}
</style>
border-color css
<style>
span { border-color: #426CCD; }
span { border-color: rgb(66,108,205); }
td.TdClassName
{
border-color: #426CCD;
}
.TagClassName
{
border-color: #426CCD;
}
</style>