Shades of Royal Blue #426DCC
Tints of Royal Blue #426DCC
RGB
CMYK
RGB Variations
Color information
#426DCC (or 0x426DCC) is known color: Royal Blue. HEX triplet: 42, 6D and CC. RGB value is (66,109,204). Sum of RGB (Red+Green+Blue) = 66+109+204=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #426DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426DCC is #BD9233. Grayscale: #6A6A6A. Windows color (decimal): -12423732 or 13397314. OLE color: 13397314.
HSL color Cylindrical-coordinate representation of color #426DCC: hue angle of 221.3º 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 #426DCC is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 109 | 204 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.2 |
| HSL | 221.3º | 0.58% | 0.53% | - |
| HSV(B) | 221.3º | 0.68% | 0.8% | - |
| XYZ | 18.61 | 16.46 | 59.32 | - |
| YUV | 106.97 | 182.75 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 109 | 204 | 0.68 | 0.47 | 0 | 0.2 | 221.3 | 0.58 | 0.53 |
| Hex | 42 | 6D | CC | 44 | 2F | 0 | 14 | DD | 3A | 35 |
| Octal | 102 | 155 | 314 | 104 | 57 | 0 | 24 | 335 | 72 | 65 |
| Binary | 1000010 | 1101101 | 11001100 | 1000100 | 101111 | 0 | 10100 | 11011101 | 111010 | 110101 |
Color Harmonies of #426DCC
Complementary color
Monochromatic Colors of #426DCC
Black with #426DCC
Text Example
Text Example
White with #426DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426DCC; }
p { color: rgb(66,109,204); }
H1.HeaderClassName
{
color: #426DCC;
}
.AnyTagClassName
{
color: #426DCC;
}
</style>
background-color css
<style>
a { background-color: #426DCC; }
a { background-color: rgb(66,109,204); }
div.DivClassName
{
background-color: #426DCC;
}
.BgClassName
{
background-color: #426DCC;
}
</style>
border-color css
<style>
span { border-color: #426DCC; }
span { border-color: rgb(66,109,204); }
td.TdClassName
{
border-color: #426DCC;
}
.TagClassName
{
border-color: #426DCC;
}
</style>