Shades of Royal Blue #426CDD
Tints of Royal Blue #426CDD
RGB
CMYK
RGB Variations
Color information
#426CDD (or 0x426CDD) is known color: Royal Blue. HEX triplet: 42, 6C and DD. RGB value is (66,108,221). Sum of RGB (Red+Green+Blue) = 66+108+221=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #426CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CDD is #BD9322. Grayscale: #6B6B6B. Windows color (decimal): -12423971 or 14511170. OLE color: 14511170.
HSL color Cylindrical-coordinate representation of color #426CDD: hue angle of 223.74º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #426CDD is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 108 | 221 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.13 |
| HSL | 223.74º | 0.7% | 0.56% | - |
| HSV(B) | 223.74º | 0.7% | 0.87% | - |
| XYZ | 20.66 | 17.1 | 70.62 | - |
| YUV | 108.32 | 191.59 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 221 | 0.70 | 0.51 | 0 | 0.13 | 223.74 | 0.7 | 0.56 |
| Hex | 42 | 6C | DD | 46 | 33 | 0 | D | E0 | 46 | 38 |
| Octal | 102 | 154 | 335 | 106 | 63 | 0 | 15 | 340 | 106 | 70 |
| Binary | 1000010 | 1101100 | 11011101 | 1000110 | 110011 | 0 | 1101 | 11100000 | 1000110 | 111000 |
Color Harmonies of #426CDD
Complementary color
Monochromatic Colors of #426CDD
Black with #426CDD
Text Example
Text Example
White with #426CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426CDD; }
p { color: rgb(66,108,221); }
H1.HeaderClassName
{
color: #426CDD;
}
.AnyTagClassName
{
color: #426CDD;
}
</style>
background-color css
<style>
a { background-color: #426CDD; }
a { background-color: rgb(66,108,221); }
div.DivClassName
{
background-color: #426CDD;
}
.BgClassName
{
background-color: #426CDD;
}
</style>
border-color css
<style>
span { border-color: #426CDD; }
span { border-color: rgb(66,108,221); }
td.TdClassName
{
border-color: #426CDD;
}
.TagClassName
{
border-color: #426CDD;
}
</style>