Shades of Royal Blue #426FDF
Tints of Royal Blue #426FDF
RGB
CMYK
RGB Variations
Color information
#426FDF (or 0x426FDF) is known color: Royal Blue. HEX triplet: 42, 6F and DF. RGB value is (66,111,223). Sum of RGB (Red+Green+Blue) = 66+111+223=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #426FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426FDF is #BD9020. Grayscale: #6D6D6D. Windows color (decimal): -12423201 or 14643010. OLE color: 14643010.
HSL color Cylindrical-coordinate representation of color #426FDF: hue angle of 222.8º 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 #426FDF is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 111 | 223 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.13 |
| HSL | 222.8º | 0.71% | 0.57% | - |
| HSV(B) | 222.8º | 0.7% | 0.87% | - |
| XYZ | 21.25 | 17.85 | 72.14 | - |
| YUV | 110.31 | 191.59 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 223 | 0.70 | 0.50 | 0 | 0.13 | 222.8 | 0.71 | 0.57 |
| Hex | 42 | 6F | DF | 46 | 32 | 0 | D | DF | 47 | 39 |
| Octal | 102 | 157 | 337 | 106 | 62 | 0 | 15 | 337 | 107 | 71 |
| Binary | 1000010 | 1101111 | 11011111 | 1000110 | 110010 | 0 | 1101 | 11011111 | 1000111 | 111001 |
Color Harmonies of #426FDF
Complementary color
Monochromatic Colors of #426FDF
Black with #426FDF
Text Example
Text Example
White with #426FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426FDF; }
p { color: rgb(66,111,223); }
H1.HeaderClassName
{
color: #426FDF;
}
.AnyTagClassName
{
color: #426FDF;
}
</style>
background-color css
<style>
a { background-color: #426FDF; }
a { background-color: rgb(66,111,223); }
div.DivClassName
{
background-color: #426FDF;
}
.BgClassName
{
background-color: #426FDF;
}
</style>
border-color css
<style>
span { border-color: #426FDF; }
span { border-color: rgb(66,111,223); }
td.TdClassName
{
border-color: #426FDF;
}
.TagClassName
{
border-color: #426FDF;
}
</style>