Shades of Royal Blue #426BDC
Tints of Royal Blue #426BDC
RGB
CMYK
RGB Variations
Color information
#426BDC (or 0x426BDC) is known color: Royal Blue. HEX triplet: 42, 6B and DC. RGB value is (66,107,220). Sum of RGB (Red+Green+Blue) = 66+107+220=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #426BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BDC is #BD9423. Grayscale: #6B6B6B. Windows color (decimal): -12424228 or 14445378. OLE color: 14445378.
HSL color Cylindrical-coordinate representation of color #426BDC: hue angle of 224.03º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #426BDC is Cyan = 0.7, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 107 | 220 | - |
| CMYK | 0.7 | 0.51 | 0 | 0.14 |
| HSL | 224.03º | 0.69% | 0.56% | - |
| HSV(B) | 224.03º | 0.7% | 0.86% | - |
| XYZ | 20.42 | 16.84 | 69.88 | - |
| YUV | 107.62 | 191.42 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 220 | 0.7 | 0.51 | 0 | 0.14 | 224.03 | 0.69 | 0.56 |
| Hex | 42 | 6B | DC | 46 | 33 | 0 | E | E0 | 45 | 38 |
| Octal | 102 | 153 | 334 | 106 | 63 | 0 | 16 | 340 | 105 | 70 |
| Binary | 1000010 | 1101011 | 11011100 | 1000110 | 110011 | 0 | 1110 | 11100000 | 1000101 | 111000 |
Color Harmonies of #426BDC
Complementary color
Monochromatic Colors of #426BDC
Black with #426BDC
Text Example
Text Example
White with #426BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426BDC; }
p { color: rgb(66,107,220); }
H1.HeaderClassName
{
color: #426BDC;
}
.AnyTagClassName
{
color: #426BDC;
}
</style>
background-color css
<style>
a { background-color: #426BDC; }
a { background-color: rgb(66,107,220); }
div.DivClassName
{
background-color: #426BDC;
}
.BgClassName
{
background-color: #426BDC;
}
</style>
border-color css
<style>
span { border-color: #426BDC; }
span { border-color: rgb(66,107,220); }
td.TdClassName
{
border-color: #426BDC;
}
.TagClassName
{
border-color: #426BDC;
}
</style>