Shades of Royal Blue #426FCB
Tints of Royal Blue #426FCB
RGB
CMYK
RGB Variations
Color information
#426FCB (or 0x426FCB) is known color: Royal Blue. HEX triplet: 42, 6F and CB. RGB value is (66,111,203). Sum of RGB (Red+Green+Blue) = 66+111+203=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #426FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426FCB is #BD9034. Grayscale: #6B6B6B. Windows color (decimal): -12423221 or 13332290. OLE color: 13332290.
HSL color Cylindrical-coordinate representation of color #426FCB: hue angle of 220.29º 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 #426FCB is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 111 | 203 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.20 |
| HSL | 220.29º | 0.57% | 0.53% | - |
| HSV(B) | 220.29º | 0.67% | 0.8% | - |
| XYZ | 18.71 | 16.84 | 58.76 | - |
| YUV | 108.03 | 181.59 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 203 | 0.67 | 0.45 | 0 | 0.20 | 220.29 | 0.57 | 0.53 |
| Hex | 42 | 6F | CB | 43 | 2D | 0 | 14 | DC | 39 | 35 |
| Octal | 102 | 157 | 313 | 103 | 55 | 0 | 24 | 334 | 71 | 65 |
| Binary | 1000010 | 1101111 | 11001011 | 1000011 | 101101 | 0 | 10100 | 11011100 | 111001 | 110101 |
Color Harmonies of #426FCB
Complementary color
Monochromatic Colors of #426FCB
Black with #426FCB
Text Example
Text Example
White with #426FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426FCB; }
p { color: rgb(66,111,203); }
H1.HeaderClassName
{
color: #426FCB;
}
.AnyTagClassName
{
color: #426FCB;
}
</style>
background-color css
<style>
a { background-color: #426FCB; }
a { background-color: rgb(66,111,203); }
div.DivClassName
{
background-color: #426FCB;
}
.BgClassName
{
background-color: #426FCB;
}
</style>
border-color css
<style>
span { border-color: #426FCB; }
span { border-color: rgb(66,111,203); }
td.TdClassName
{
border-color: #426FCB;
}
.TagClassName
{
border-color: #426FCB;
}
</style>