Shades of Dodger Blue #286EFF
Tints of Dodger Blue #286EFF
RGB
CMYK
RGB Variations
Color information
#286EFF (or 0x286EFF) is known color: Dodger Blue. HEX triplet: 28, 6E and FF. RGB value is (40,110,255). Sum of RGB (Red+Green+Blue) = 40+110+255=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #286EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286EFF is #D79100. Grayscale: #686868. Windows color (decimal): -14127361 or 16739880. OLE color: 16739880.
HSL color Cylindrical-coordinate representation of color #286EFF: hue angle of 220.47º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #286EFF is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 110 | 255 | - |
| CMYK | 0.84 | 0.57 | 0 | 0 |
| HSL | 220.47º | 1% | 0.58% | - |
| HSV(B) | 220.47º | 0.84% | 1% | - |
| XYZ | 24.5 | 18.82 | 96.95 | - |
| YUV | 105.6 | 212.31 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 255 | 0.84 | 0.57 | 0 | 0 | 220.47 | 1 | 0.58 |
| Hex | 28 | 6E | FF | 54 | 39 | 0 | 0 | DC | 64 | 3A |
| Octal | 50 | 156 | 377 | 124 | 71 | 0 | 0 | 334 | 144 | 72 |
| Binary | 101000 | 1101110 | 11111111 | 1010100 | 111001 | 0 | 0 | 11011100 | 1100100 | 111010 |
Color Harmonies of #286EFF
Complementary color
Monochromatic Colors of #286EFF
Black with #286EFF
Text Example
Text Example
White with #286EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286EFF; }
p { color: rgb(40,110,255); }
H1.HeaderClassName
{
color: #286EFF;
}
.AnyTagClassName
{
color: #286EFF;
}
</style>
background-color css
<style>
a { background-color: #286EFF; }
a { background-color: rgb(40,110,255); }
div.DivClassName
{
background-color: #286EFF;
}
.BgClassName
{
background-color: #286EFF;
}
</style>
border-color css
<style>
span { border-color: #286EFF; }
span { border-color: rgb(40,110,255); }
td.TdClassName
{
border-color: #286EFF;
}
.TagClassName
{
border-color: #286EFF;
}
</style>