Shades of Royal Blue #286BDF
Tints of Royal Blue #286BDF
RGB
CMYK
RGB Variations
Color information
#286BDF (or 0x286BDF) is known color: Royal Blue. HEX triplet: 28, 6B and DF. RGB value is (40,107,223). Sum of RGB (Red+Green+Blue) = 40+107+223=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #286BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286BDF is #D79420. Grayscale: #636363. Windows color (decimal): -14128161 or 14641960. OLE color: 14641960.
HSL color Cylindrical-coordinate representation of color #286BDF: hue angle of 218.03º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #286BDF is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 107 | 223 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.13 |
| HSL | 218.03º | 0.74% | 0.52% | - |
| HSV(B) | 218.03º | 0.82% | 0.87% | - |
| XYZ | 19.45 | 16.29 | 71.93 | - |
| YUV | 100.19 | 197.3 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 223 | 0.82 | 0.52 | 0 | 0.13 | 218.03 | 0.74 | 0.52 |
| Hex | 28 | 6B | DF | 52 | 34 | 0 | D | DA | 4A | 34 |
| Octal | 50 | 153 | 337 | 122 | 64 | 0 | 15 | 332 | 112 | 64 |
| Binary | 101000 | 1101011 | 11011111 | 1010010 | 110100 | 0 | 1101 | 11011010 | 1001010 | 110100 |
Color Harmonies of #286BDF
Complementary color
Monochromatic Colors of #286BDF
Black with #286BDF
Text Example
Text Example
White with #286BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BDF; }
p { color: rgb(40,107,223); }
H1.HeaderClassName
{
color: #286BDF;
}
.AnyTagClassName
{
color: #286BDF;
}
</style>
background-color css
<style>
a { background-color: #286BDF; }
a { background-color: rgb(40,107,223); }
div.DivClassName
{
background-color: #286BDF;
}
.BgClassName
{
background-color: #286BDF;
}
</style>
border-color css
<style>
span { border-color: #286BDF; }
span { border-color: rgb(40,107,223); }
td.TdClassName
{
border-color: #286BDF;
}
.TagClassName
{
border-color: #286BDF;
}
</style>