Shades of Royal Blue #4286DF
Tints of Royal Blue #4286DF
RGB
CMYK
RGB Variations
Color information
#4286DF (or 0x4286DF) is known color: Royal Blue. HEX triplet: 42, 86 and DF. RGB value is (66,134,223). Sum of RGB (Red+Green+Blue) = 66+134+223=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #4286DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4286DF is #BD7920. Grayscale: #7B7B7B. Windows color (decimal): -12417313 or 14648898. OLE color: 14648898.
HSL color Cylindrical-coordinate representation of color #4286DF: hue angle of 214.01º 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 #4286DF is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 134 | 223 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.13 |
| HSL | 214.01º | 0.71% | 0.57% | - |
| HSV(B) | 214.01º | 0.7% | 0.87% | - |
| XYZ | 24.09 | 23.54 | 73.09 | - |
| YUV | 123.81 | 183.97 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 223 | 0.70 | 0.40 | 0 | 0.13 | 214.01 | 0.71 | 0.57 |
| Hex | 42 | 86 | DF | 46 | 28 | 0 | D | D6 | 47 | 39 |
| Octal | 102 | 206 | 337 | 106 | 50 | 0 | 15 | 326 | 107 | 71 |
| Binary | 1000010 | 10000110 | 11011111 | 1000110 | 101000 | 0 | 1101 | 11010110 | 1000111 | 111001 |
Color Harmonies of #4286DF
Complementary color
Monochromatic Colors of #4286DF
Black with #4286DF
Text Example
Text Example
White with #4286DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4286DF; }
p { color: rgb(66,134,223); }
H1.HeaderClassName
{
color: #4286DF;
}
.AnyTagClassName
{
color: #4286DF;
}
</style>
background-color css
<style>
a { background-color: #4286DF; }
a { background-color: rgb(66,134,223); }
div.DivClassName
{
background-color: #4286DF;
}
.BgClassName
{
background-color: #4286DF;
}
</style>
border-color css
<style>
span { border-color: #4286DF; }
span { border-color: rgb(66,134,223); }
td.TdClassName
{
border-color: #4286DF;
}
.TagClassName
{
border-color: #4286DF;
}
</style>