Shades of Royal Blue #426EDF
Tints of Royal Blue #426EDF
RGB
CMYK
RGB Variations
Color information
#426EDF (or 0x426EDF) is known color: Royal Blue. HEX triplet: 42, 6E and DF. RGB value is (66,110,223). Sum of RGB (Red+Green+Blue) = 66+110+223=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #426EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426EDF is #BD9120. Grayscale: #6D6D6D. Windows color (decimal): -12423457 or 14642754. OLE color: 14642754.
HSL color Cylindrical-coordinate representation of color #426EDF: hue angle of 223.18º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #426EDF is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 110 | 223 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.13 |
| HSL | 223.18º | 0.71% | 0.57% | - |
| HSV(B) | 223.18º | 0.7% | 0.87% | - |
| XYZ | 21.14 | 17.64 | 72.1 | - |
| YUV | 109.73 | 191.92 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 223 | 0.70 | 0.51 | 0 | 0.13 | 223.18 | 0.71 | 0.57 |
| Hex | 42 | 6E | DF | 46 | 33 | 0 | D | DF | 47 | 39 |
| Octal | 102 | 156 | 337 | 106 | 63 | 0 | 15 | 337 | 107 | 71 |
| Binary | 1000010 | 1101110 | 11011111 | 1000110 | 110011 | 0 | 1101 | 11011111 | 1000111 | 111001 |
Color Harmonies of #426EDF
Complementary color
Monochromatic Colors of #426EDF
Black with #426EDF
Text Example
Text Example
White with #426EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426EDF; }
p { color: rgb(66,110,223); }
H1.HeaderClassName
{
color: #426EDF;
}
.AnyTagClassName
{
color: #426EDF;
}
</style>
background-color css
<style>
a { background-color: #426EDF; }
a { background-color: rgb(66,110,223); }
div.DivClassName
{
background-color: #426EDF;
}
.BgClassName
{
background-color: #426EDF;
}
</style>
border-color css
<style>
span { border-color: #426EDF; }
span { border-color: rgb(66,110,223); }
td.TdClassName
{
border-color: #426EDF;
}
.TagClassName
{
border-color: #426EDF;
}
</style>