Shades of Royal Blue #426BCC
Tints of Royal Blue #426BCC
RGB
CMYK
RGB Variations
Color information
#426BCC (or 0x426BCC) is known color: Royal Blue. HEX triplet: 42, 6B and CC. RGB value is (66,107,204). Sum of RGB (Red+Green+Blue) = 66+107+204=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #426BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BCC is #BD9433. Grayscale: #696969. Windows color (decimal): -12424244 or 13396802. OLE color: 13396802.
HSL color Cylindrical-coordinate representation of color #426BCC: hue angle of 222.17º 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 #426BCC is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 107 | 204 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.2 |
| HSL | 222.17º | 0.58% | 0.53% | - |
| HSV(B) | 222.17º | 0.68% | 0.8% | - |
| XYZ | 18.4 | 16.03 | 59.25 | - |
| YUV | 105.8 | 183.42 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 204 | 0.68 | 0.48 | 0 | 0.2 | 222.17 | 0.58 | 0.53 |
| Hex | 42 | 6B | CC | 44 | 30 | 0 | 14 | DE | 3A | 35 |
| Octal | 102 | 153 | 314 | 104 | 60 | 0 | 24 | 336 | 72 | 65 |
| Binary | 1000010 | 1101011 | 11001100 | 1000100 | 110000 | 0 | 10100 | 11011110 | 111010 | 110101 |
Color Harmonies of #426BCC
Complementary color
Monochromatic Colors of #426BCC
Black with #426BCC
Text Example
Text Example
White with #426BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426BCC; }
p { color: rgb(66,107,204); }
H1.HeaderClassName
{
color: #426BCC;
}
.AnyTagClassName
{
color: #426BCC;
}
</style>
background-color css
<style>
a { background-color: #426BCC; }
a { background-color: rgb(66,107,204); }
div.DivClassName
{
background-color: #426BCC;
}
.BgClassName
{
background-color: #426BCC;
}
</style>
border-color css
<style>
span { border-color: #426BCC; }
span { border-color: rgb(66,107,204); }
td.TdClassName
{
border-color: #426BCC;
}
.TagClassName
{
border-color: #426BCC;
}
</style>