Shades of Royal Blue #426CDE
Tints of Royal Blue #426CDE
RGB
CMYK
RGB Variations
Color information
#426CDE (or 0x426CDE) is known color: Royal Blue. HEX triplet: 42, 6C and DE. RGB value is (66,108,222). Sum of RGB (Red+Green+Blue) = 66+108+222=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #426CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CDE is #BD9321. Grayscale: #6B6B6B. Windows color (decimal): -12423970 or 14576706. OLE color: 14576706.
HSL color Cylindrical-coordinate representation of color #426CDE: hue angle of 223.85º 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 #426CDE is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 108 | 222 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.13 |
| HSL | 223.85º | 0.7% | 0.56% | - |
| HSV(B) | 223.85º | 0.7% | 0.87% | - |
| XYZ | 20.79 | 17.16 | 71.32 | - |
| YUV | 108.44 | 192.09 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 222 | 0.70 | 0.51 | 0 | 0.13 | 223.85 | 0.7 | 0.56 |
| Hex | 42 | 6C | DE | 46 | 33 | 0 | D | E0 | 46 | 38 |
| Octal | 102 | 154 | 336 | 106 | 63 | 0 | 15 | 340 | 106 | 70 |
| Binary | 1000010 | 1101100 | 11011110 | 1000110 | 110011 | 0 | 1101 | 11100000 | 1000110 | 111000 |
Color Harmonies of #426CDE
Complementary color
Monochromatic Colors of #426CDE
Black with #426CDE
Text Example
Text Example
White with #426CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426CDE; }
p { color: rgb(66,108,222); }
H1.HeaderClassName
{
color: #426CDE;
}
.AnyTagClassName
{
color: #426CDE;
}
</style>
background-color css
<style>
a { background-color: #426CDE; }
a { background-color: rgb(66,108,222); }
div.DivClassName
{
background-color: #426CDE;
}
.BgClassName
{
background-color: #426CDE;
}
</style>
border-color css
<style>
span { border-color: #426CDE; }
span { border-color: rgb(66,108,222); }
td.TdClassName
{
border-color: #426CDE;
}
.TagClassName
{
border-color: #426CDE;
}
</style>