Shades of Royal Blue #426ACC
Tints of Royal Blue #426ACC
RGB
CMYK
RGB Variations
Color information
#426ACC (or 0x426ACC) is known color: Royal Blue. HEX triplet: 42, 6A and CC. RGB value is (66,106,204). Sum of RGB (Red+Green+Blue) = 66+106+204=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #426ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426ACC is #BD9533. Grayscale: #686868. Windows color (decimal): -12424500 or 13396546. OLE color: 13396546.
HSL color Cylindrical-coordinate representation of color #426ACC: hue angle of 222.61º 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 #426ACC is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 106 | 204 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.2 |
| HSL | 222.61º | 0.58% | 0.53% | - |
| HSV(B) | 222.61º | 0.68% | 0.8% | - |
| XYZ | 18.3 | 15.83 | 59.22 | - |
| YUV | 105.21 | 183.75 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 106 | 204 | 0.68 | 0.48 | 0 | 0.2 | 222.61 | 0.58 | 0.53 |
| Hex | 42 | 6A | CC | 44 | 30 | 0 | 14 | DF | 3A | 35 |
| Octal | 102 | 152 | 314 | 104 | 60 | 0 | 24 | 337 | 72 | 65 |
| Binary | 1000010 | 1101010 | 11001100 | 1000100 | 110000 | 0 | 10100 | 11011111 | 111010 | 110101 |
Color Harmonies of #426ACC
Complementary color
Monochromatic Colors of #426ACC
Black with #426ACC
Text Example
Text Example
White with #426ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426ACC; }
p { color: rgb(66,106,204); }
H1.HeaderClassName
{
color: #426ACC;
}
.AnyTagClassName
{
color: #426ACC;
}
</style>
background-color css
<style>
a { background-color: #426ACC; }
a { background-color: rgb(66,106,204); }
div.DivClassName
{
background-color: #426ACC;
}
.BgClassName
{
background-color: #426ACC;
}
</style>
border-color css
<style>
span { border-color: #426ACC; }
span { border-color: rgb(66,106,204); }
td.TdClassName
{
border-color: #426ACC;
}
.TagClassName
{
border-color: #426ACC;
}
</style>