Shades of Dodger Blue #287EF0
Tints of Dodger Blue #287EF0
RGB
CMYK
RGB Variations
Color information
#287EF0 (or 0x287EF0) is known color: Dodger Blue. HEX triplet: 28, 7E and F0. RGB value is (40,126,240). Sum of RGB (Red+Green+Blue) = 40+126+240=406 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.85% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 240 (94.14% from 255 or 59.11% from 406); Max value from RGB is 240 - color contains mainly: blue. Hex color #287EF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287EF0 is #D7810F. Grayscale: #707070. Windows color (decimal): -14123280 or 15760936. OLE color: 15760936.
HSL color Cylindrical-coordinate representation of color #287EF0: hue angle of 214.2º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #287EF0 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 126 | 240 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.06 |
| HSL | 214.2º | 0.87% | 0.55% | - |
| HSV(B) | 214.2º | 0.83% | 0.94% | - |
| XYZ | 24.06 | 21.66 | 85.35 | - |
| YUV | 113.28 | 199.51 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 240 | 0.83 | 0.48 | 0 | 0.06 | 214.2 | 0.87 | 0.55 |
| Hex | 28 | 7E | F0 | 53 | 30 | 0 | 6 | D6 | 57 | 37 |
| Octal | 50 | 176 | 360 | 123 | 60 | 0 | 6 | 326 | 127 | 67 |
| Binary | 101000 | 1111110 | 11110000 | 1010011 | 110000 | 0 | 110 | 11010110 | 1010111 | 110111 |
Color Harmonies of #287EF0
Complementary color
Monochromatic Colors of #287EF0
Black with #287EF0
Text Example
Text Example
White with #287EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287EF0; }
p { color: rgb(40,126,240); }
H1.HeaderClassName
{
color: #287EF0;
}
.AnyTagClassName
{
color: #287EF0;
}
</style>
background-color css
<style>
a { background-color: #287EF0; }
a { background-color: rgb(40,126,240); }
div.DivClassName
{
background-color: #287EF0;
}
.BgClassName
{
background-color: #287EF0;
}
</style>
border-color css
<style>
span { border-color: #287EF0; }
span { border-color: rgb(40,126,240); }
td.TdClassName
{
border-color: #287EF0;
}
.TagClassName
{
border-color: #287EF0;
}
</style>