Shades of Royal Blue #426FCF
Tints of Royal Blue #426FCF
RGB
CMYK
RGB Variations
Color information
#426FCF (or 0x426FCF) is known color: Royal Blue. HEX triplet: 42, 6F and CF. RGB value is (66,111,207). Sum of RGB (Red+Green+Blue) = 66+111+207=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #426FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426FCF is #BD9030. Grayscale: #6C6C6C. Windows color (decimal): -12423217 or 13594434. OLE color: 13594434.
HSL color Cylindrical-coordinate representation of color #426FCF: hue angle of 220.85º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #426FCF is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 111 | 207 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.19 |
| HSL | 220.85º | 0.59% | 0.54% | - |
| HSV(B) | 220.85º | 0.68% | 0.81% | - |
| XYZ | 19.19 | 17.03 | 61.31 | - |
| YUV | 108.49 | 183.59 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 207 | 0.68 | 0.46 | 0 | 0.19 | 220.85 | 0.59 | 0.54 |
| Hex | 42 | 6F | CF | 44 | 2E | 0 | 13 | DD | 3B | 36 |
| Octal | 102 | 157 | 317 | 104 | 56 | 0 | 23 | 335 | 73 | 66 |
| Binary | 1000010 | 1101111 | 11001111 | 1000100 | 101110 | 0 | 10011 | 11011101 | 111011 | 110110 |
Color Harmonies of #426FCF
Complementary color
Monochromatic Colors of #426FCF
Black with #426FCF
Text Example
Text Example
White with #426FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426FCF; }
p { color: rgb(66,111,207); }
H1.HeaderClassName
{
color: #426FCF;
}
.AnyTagClassName
{
color: #426FCF;
}
</style>
background-color css
<style>
a { background-color: #426FCF; }
a { background-color: rgb(66,111,207); }
div.DivClassName
{
background-color: #426FCF;
}
.BgClassName
{
background-color: #426FCF;
}
</style>
border-color css
<style>
span { border-color: #426FCF; }
span { border-color: rgb(66,111,207); }
td.TdClassName
{
border-color: #426FCF;
}
.TagClassName
{
border-color: #426FCF;
}
</style>