Shades of Royal Blue #426ECB
Tints of Royal Blue #426ECB
RGB
CMYK
RGB Variations
Color information
#426ECB (or 0x426ECB) is known color: Royal Blue. HEX triplet: 42, 6E and CB. RGB value is (66,110,203). Sum of RGB (Red+Green+Blue) = 66+110+203=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #426ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426ECB is #BD9134. Grayscale: #6B6B6B. Windows color (decimal): -12423477 or 13332034. OLE color: 13332034.
HSL color Cylindrical-coordinate representation of color #426ECB: hue angle of 220.73º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #426ECB is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 110 | 203 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.20 |
| HSL | 220.73º | 0.57% | 0.53% | - |
| HSV(B) | 220.73º | 0.67% | 0.8% | - |
| XYZ | 18.6 | 16.62 | 58.73 | - |
| YUV | 107.45 | 181.92 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 203 | 0.67 | 0.46 | 0 | 0.20 | 220.73 | 0.57 | 0.53 |
| Hex | 42 | 6E | CB | 43 | 2E | 0 | 14 | DD | 39 | 35 |
| Octal | 102 | 156 | 313 | 103 | 56 | 0 | 24 | 335 | 71 | 65 |
| Binary | 1000010 | 1101110 | 11001011 | 1000011 | 101110 | 0 | 10100 | 11011101 | 111001 | 110101 |
Color Harmonies of #426ECB
Complementary color
Monochromatic Colors of #426ECB
Black with #426ECB
Text Example
Text Example
White with #426ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426ECB; }
p { color: rgb(66,110,203); }
H1.HeaderClassName
{
color: #426ECB;
}
.AnyTagClassName
{
color: #426ECB;
}
</style>
background-color css
<style>
a { background-color: #426ECB; }
a { background-color: rgb(66,110,203); }
div.DivClassName
{
background-color: #426ECB;
}
.BgClassName
{
background-color: #426ECB;
}
</style>
border-color css
<style>
span { border-color: #426ECB; }
span { border-color: rgb(66,110,203); }
td.TdClassName
{
border-color: #426ECB;
}
.TagClassName
{
border-color: #426ECB;
}
</style>