Shades of Dodger Blue #287DE7
Tints of Dodger Blue #287DE7
RGB
CMYK
RGB Variations
Color information
#287DE7 (or 0x287DE7) is known color: Dodger Blue. HEX triplet: 28, 7D and E7. RGB value is (40,125,231). Sum of RGB (Red+Green+Blue) = 40+125+231=396 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.10% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 231 (90.62% from 255 or 58.33% from 396); Max value from RGB is 231 - color contains mainly: blue. Hex color #287DE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287DE7 is #D78218. Grayscale: #6F6F6F. Windows color (decimal): -14123545 or 15170856. OLE color: 15170856.
HSL color Cylindrical-coordinate representation of color #287DE7: hue angle of 213.3º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #287DE7 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 125 | 231 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.09 |
| HSL | 213.3º | 0.8% | 0.53% | - |
| HSV(B) | 213.3º | 0.83% | 0.91% | - |
| XYZ | 22.63 | 20.89 | 78.44 | - |
| YUV | 111.67 | 195.34 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 231 | 0.83 | 0.46 | 0 | 0.09 | 213.3 | 0.8 | 0.53 |
| Hex | 28 | 7D | E7 | 53 | 2E | 0 | 9 | D5 | 50 | 35 |
| Octal | 50 | 175 | 347 | 123 | 56 | 0 | 11 | 325 | 120 | 65 |
| Binary | 101000 | 1111101 | 11100111 | 1010011 | 101110 | 0 | 1001 | 11010101 | 1010000 | 110101 |
Color Harmonies of #287DE7
Complementary color
Monochromatic Colors of #287DE7
Black with #287DE7
Text Example
Text Example
White with #287DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287DE7; }
p { color: rgb(40,125,231); }
H1.HeaderClassName
{
color: #287DE7;
}
.AnyTagClassName
{
color: #287DE7;
}
</style>
background-color css
<style>
a { background-color: #287DE7; }
a { background-color: rgb(40,125,231); }
div.DivClassName
{
background-color: #287DE7;
}
.BgClassName
{
background-color: #287DE7;
}
</style>
border-color css
<style>
span { border-color: #287DE7; }
span { border-color: rgb(40,125,231); }
td.TdClassName
{
border-color: #287DE7;
}
.TagClassName
{
border-color: #287DE7;
}
</style>