Shades of Royal Blue #426DCF
Tints of Royal Blue #426DCF
RGB
CMYK
RGB Variations
Color information
#426DCF (or 0x426DCF) is known color: Royal Blue. HEX triplet: 42, 6D and CF. RGB value is (66,109,207). Sum of RGB (Red+Green+Blue) = 66+109+207=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #426DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426DCF is #BD9230. Grayscale: #6A6A6A. Windows color (decimal): -12423729 or 13593922. OLE color: 13593922.
HSL color Cylindrical-coordinate representation of color #426DCF: hue angle of 221.7º 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 #426DCF is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 109 | 207 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.19 |
| HSL | 221.7º | 0.59% | 0.54% | - |
| HSV(B) | 221.7º | 0.68% | 0.81% | - |
| XYZ | 18.98 | 16.6 | 61.24 | - |
| YUV | 107.32 | 184.25 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 109 | 207 | 0.68 | 0.47 | 0 | 0.19 | 221.7 | 0.59 | 0.54 |
| Hex | 42 | 6D | CF | 44 | 2F | 0 | 13 | DE | 3B | 36 |
| Octal | 102 | 155 | 317 | 104 | 57 | 0 | 23 | 336 | 73 | 66 |
| Binary | 1000010 | 1101101 | 11001111 | 1000100 | 101111 | 0 | 10011 | 11011110 | 111011 | 110110 |
Color Harmonies of #426DCF
Complementary color
Monochromatic Colors of #426DCF
Black with #426DCF
Text Example
Text Example
White with #426DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426DCF; }
p { color: rgb(66,109,207); }
H1.HeaderClassName
{
color: #426DCF;
}
.AnyTagClassName
{
color: #426DCF;
}
</style>
background-color css
<style>
a { background-color: #426DCF; }
a { background-color: rgb(66,109,207); }
div.DivClassName
{
background-color: #426DCF;
}
.BgClassName
{
background-color: #426DCF;
}
</style>
border-color css
<style>
span { border-color: #426DCF; }
span { border-color: rgb(66,109,207); }
td.TdClassName
{
border-color: #426DCF;
}
.TagClassName
{
border-color: #426DCF;
}
</style>