Shades of Royal Blue #426CC9
Tints of Royal Blue #426CC9
RGB
CMYK
RGB Variations
Color information
#426CC9 (or 0x426CC9) is known color: Royal Blue. HEX triplet: 42, 6C and C9. RGB value is (66,108,201). Sum of RGB (Red+Green+Blue) = 66+108+201=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 201 (78.91% from 255 or 53.6% from 375); Max value from RGB is 201 - color contains mainly: blue. Hex color #426CC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CC9 is #BD9336. Grayscale: #696969. Windows color (decimal): -12423991 or 13200450. OLE color: 13200450.
HSL color Cylindrical-coordinate representation of color #426CC9: hue angle of 221.33º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #426CC9 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 108 | 201 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.21 |
| HSL | 221.33º | 0.56% | 0.52% | - |
| HSV(B) | 221.33º | 0.67% | 0.79% | - |
| XYZ | 18.15 | 16.1 | 57.41 | - |
| YUV | 106.04 | 181.59 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 201 | 0.67 | 0.46 | 0 | 0.21 | 221.33 | 0.56 | 0.52 |
| Hex | 42 | 6C | C9 | 43 | 2E | 0 | 15 | DD | 38 | 34 |
| Octal | 102 | 154 | 311 | 103 | 56 | 0 | 25 | 335 | 70 | 64 |
| Binary | 1000010 | 1101100 | 11001001 | 1000011 | 101110 | 0 | 10101 | 11011101 | 111000 | 110100 |
Color Harmonies of #426CC9
Complementary color
Monochromatic Colors of #426CC9
Black with #426CC9
Text Example
Text Example
White with #426CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426CC9; }
p { color: rgb(66,108,201); }
H1.HeaderClassName
{
color: #426CC9;
}
.AnyTagClassName
{
color: #426CC9;
}
</style>
background-color css
<style>
a { background-color: #426CC9; }
a { background-color: rgb(66,108,201); }
div.DivClassName
{
background-color: #426CC9;
}
.BgClassName
{
background-color: #426CC9;
}
</style>
border-color css
<style>
span { border-color: #426CC9; }
span { border-color: rgb(66,108,201); }
td.TdClassName
{
border-color: #426CC9;
}
.TagClassName
{
border-color: #426CC9;
}
</style>