Shades of Dodger Blue #287AED
Tints of Dodger Blue #287AED
RGB
CMYK
RGB Variations
Color information
#287AED (or 0x287AED) is known color: Dodger Blue. HEX triplet: 28, 7A and ED. RGB value is (40,122,237). Sum of RGB (Red+Green+Blue) = 40+122+237=399 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.03% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #287AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287AED is #D78512. Grayscale: #6E6E6E. Windows color (decimal): -14124307 or 15563304. OLE color: 15563304.
HSL color Cylindrical-coordinate representation of color #287AED: hue angle of 215.03º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #287AED is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 122 | 237 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.07 |
| HSL | 215.03º | 0.85% | 0.54% | - |
| HSV(B) | 215.03º | 0.83% | 0.93% | - |
| XYZ | 23.12 | 20.48 | 82.86 | - |
| YUV | 110.59 | 199.33 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 237 | 0.83 | 0.49 | 0 | 0.07 | 215.03 | 0.85 | 0.54 |
| Hex | 28 | 7A | ED | 53 | 31 | 0 | 7 | D7 | 55 | 36 |
| Octal | 50 | 172 | 355 | 123 | 61 | 0 | 7 | 327 | 125 | 66 |
| Binary | 101000 | 1111010 | 11101101 | 1010011 | 110001 | 0 | 111 | 11010111 | 1010101 | 110110 |
Color Harmonies of #287AED
Complementary color
Monochromatic Colors of #287AED
Black with #287AED
Text Example
Text Example
White with #287AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287AED; }
p { color: rgb(40,122,237); }
H1.HeaderClassName
{
color: #287AED;
}
.AnyTagClassName
{
color: #287AED;
}
</style>
background-color css
<style>
a { background-color: #287AED; }
a { background-color: rgb(40,122,237); }
div.DivClassName
{
background-color: #287AED;
}
.BgClassName
{
background-color: #287AED;
}
</style>
border-color css
<style>
span { border-color: #287AED; }
span { border-color: rgb(40,122,237); }
td.TdClassName
{
border-color: #287AED;
}
.TagClassName
{
border-color: #287AED;
}
</style>