Shades of Royal Blue #426DD3
Tints of Royal Blue #426DD3
RGB
CMYK
RGB Variations
Color information
#426DD3 (or 0x426DD3) is known color: Royal Blue. HEX triplet: 42, 6D and D3. RGB value is (66,109,211). Sum of RGB (Red+Green+Blue) = 66+109+211=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 211 (82.81% from 255 or 54.66% from 386); Max value from RGB is 211 - color contains mainly: blue. Hex color #426DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426DD3 is #BD922C. Grayscale: #6B6B6B. Windows color (decimal): -12423725 or 13856066. OLE color: 13856066.
HSL color Cylindrical-coordinate representation of color #426DD3: hue angle of 222.21º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #426DD3 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 109 | 211 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.17 |
| HSL | 222.21º | 0.62% | 0.54% | - |
| HSV(B) | 222.21º | 0.69% | 0.83% | - |
| XYZ | 19.47 | 16.8 | 63.84 | - |
| YUV | 107.77 | 186.25 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 109 | 211 | 0.69 | 0.48 | 0 | 0.17 | 222.21 | 0.62 | 0.54 |
| Hex | 42 | 6D | D3 | 45 | 30 | 0 | 11 | DE | 3E | 36 |
| Octal | 102 | 155 | 323 | 105 | 60 | 0 | 21 | 336 | 76 | 66 |
| Binary | 1000010 | 1101101 | 11010011 | 1000101 | 110000 | 0 | 10001 | 11011110 | 111110 | 110110 |
Color Harmonies of #426DD3
Complementary color
Monochromatic Colors of #426DD3
Black with #426DD3
Text Example
Text Example
White with #426DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426DD3; }
p { color: rgb(66,109,211); }
H1.HeaderClassName
{
color: #426DD3;
}
.AnyTagClassName
{
color: #426DD3;
}
</style>
background-color css
<style>
a { background-color: #426DD3; }
a { background-color: rgb(66,109,211); }
div.DivClassName
{
background-color: #426DD3;
}
.BgClassName
{
background-color: #426DD3;
}
</style>
border-color css
<style>
span { border-color: #426DD3; }
span { border-color: rgb(66,109,211); }
td.TdClassName
{
border-color: #426DD3;
}
.TagClassName
{
border-color: #426DD3;
}
</style>