Shades of Royal Blue #426FCC
Tints of Royal Blue #426FCC
RGB
CMYK
RGB Variations
Color information
#426FCC (or 0x426FCC) is known color: Royal Blue. HEX triplet: 42, 6F and CC. RGB value is (66,111,204). Sum of RGB (Red+Green+Blue) = 66+111+204=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #426FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426FCC is #BD9033. Grayscale: #6B6B6B. Windows color (decimal): -12423220 or 13397826. OLE color: 13397826.
HSL color Cylindrical-coordinate representation of color #426FCC: hue angle of 220.43º 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 #426FCC is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 111 | 204 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.2 |
| HSL | 220.43º | 0.58% | 0.53% | - |
| HSV(B) | 220.43º | 0.68% | 0.8% | - |
| XYZ | 18.83 | 16.89 | 59.39 | - |
| YUV | 108.15 | 182.09 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 204 | 0.68 | 0.46 | 0 | 0.2 | 220.43 | 0.58 | 0.53 |
| Hex | 42 | 6F | CC | 44 | 2E | 0 | 14 | DC | 3A | 35 |
| Octal | 102 | 157 | 314 | 104 | 56 | 0 | 24 | 334 | 72 | 65 |
| Binary | 1000010 | 1101111 | 11001100 | 1000100 | 101110 | 0 | 10100 | 11011100 | 111010 | 110101 |
Color Harmonies of #426FCC
Complementary color
Monochromatic Colors of #426FCC
Black with #426FCC
Text Example
Text Example
White with #426FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426FCC; }
p { color: rgb(66,111,204); }
H1.HeaderClassName
{
color: #426FCC;
}
.AnyTagClassName
{
color: #426FCC;
}
</style>
background-color css
<style>
a { background-color: #426FCC; }
a { background-color: rgb(66,111,204); }
div.DivClassName
{
background-color: #426FCC;
}
.BgClassName
{
background-color: #426FCC;
}
</style>
border-color css
<style>
span { border-color: #426FCC; }
span { border-color: rgb(66,111,204); }
td.TdClassName
{
border-color: #426FCC;
}
.TagClassName
{
border-color: #426FCC;
}
</style>