Shades of Royal Blue #426CCC
Tints of Royal Blue #426CCC
RGB
CMYK
RGB Variations
Color information
#426CCC (or 0x426CCC) is known color: Royal Blue. HEX triplet: 42, 6C and CC. RGB value is (66,108,204). Sum of RGB (Red+Green+Blue) = 66+108+204=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #426CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CCC is #BD9333. Grayscale: #696969. Windows color (decimal): -12423988 or 13397058. OLE color: 13397058.
HSL color Cylindrical-coordinate representation of color #426CCC: hue angle of 221.74º degrees, saturation: 0.57, 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 #426CCC is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 108 | 204 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.2 |
| HSL | 221.74º | 0.58% | 0.53% | - |
| HSV(B) | 221.74º | 0.68% | 0.8% | - |
| XYZ | 18.51 | 16.24 | 59.29 | - |
| YUV | 106.39 | 183.09 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 204 | 0.68 | 0.47 | 0 | 0.2 | 221.74 | 0.58 | 0.53 |
| Hex | 42 | 6C | CC | 44 | 2F | 0 | 14 | DE | 3A | 35 |
| Octal | 102 | 154 | 314 | 104 | 57 | 0 | 24 | 336 | 72 | 65 |
| Binary | 1000010 | 1101100 | 11001100 | 1000100 | 101111 | 0 | 10100 | 11011110 | 111010 | 110101 |
Color Harmonies of #426CCC
Complementary color
Monochromatic Colors of #426CCC
Black with #426CCC
Text Example
Text Example
White with #426CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426CCC; }
p { color: rgb(66,108,204); }
H1.HeaderClassName
{
color: #426CCC;
}
.AnyTagClassName
{
color: #426CCC;
}
</style>
background-color css
<style>
a { background-color: #426CCC; }
a { background-color: rgb(66,108,204); }
div.DivClassName
{
background-color: #426CCC;
}
.BgClassName
{
background-color: #426CCC;
}
</style>
border-color css
<style>
span { border-color: #426CCC; }
span { border-color: rgb(66,108,204); }
td.TdClassName
{
border-color: #426CCC;
}
.TagClassName
{
border-color: #426CCC;
}
</style>