Shades of Royal Blue #426FD3
Tints of Royal Blue #426FD3
RGB
CMYK
RGB Variations
Color information
#426FD3 (or 0x426FD3) is known color: Royal Blue. HEX triplet: 42, 6F and D3. RGB value is (66,111,211). Sum of RGB (Red+Green+Blue) = 66+111+211=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 211 (82.81% from 255 or 54.38% from 388); Max value from RGB is 211 - color contains mainly: blue. Hex color #426FD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426FD3 is #BD902C. Grayscale: #6C6C6C. Windows color (decimal): -12423213 or 13856578. OLE color: 13856578.
HSL color Cylindrical-coordinate representation of color #426FD3: hue angle of 221.38º 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 #426FD3 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 111 | 211 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.17 |
| HSL | 221.38º | 0.62% | 0.54% | - |
| HSV(B) | 221.38º | 0.69% | 0.83% | - |
| XYZ | 19.69 | 17.23 | 63.92 | - |
| YUV | 108.95 | 185.59 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 211 | 0.69 | 0.47 | 0 | 0.17 | 221.38 | 0.62 | 0.54 |
| Hex | 42 | 6F | D3 | 45 | 2F | 0 | 11 | DD | 3E | 36 |
| Octal | 102 | 157 | 323 | 105 | 57 | 0 | 21 | 335 | 76 | 66 |
| Binary | 1000010 | 1101111 | 11010011 | 1000101 | 101111 | 0 | 10001 | 11011101 | 111110 | 110110 |
Color Harmonies of #426FD3
Complementary color
Monochromatic Colors of #426FD3
Black with #426FD3
Text Example
Text Example
White with #426FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426FD3; }
p { color: rgb(66,111,211); }
H1.HeaderClassName
{
color: #426FD3;
}
.AnyTagClassName
{
color: #426FD3;
}
</style>
background-color css
<style>
a { background-color: #426FD3; }
a { background-color: rgb(66,111,211); }
div.DivClassName
{
background-color: #426FD3;
}
.BgClassName
{
background-color: #426FD3;
}
</style>
border-color css
<style>
span { border-color: #426FD3; }
span { border-color: rgb(66,111,211); }
td.TdClassName
{
border-color: #426FD3;
}
.TagClassName
{
border-color: #426FD3;
}
</style>