Shades of Dodger Blue #287FE5
Tints of Dodger Blue #287FE5
RGB
CMYK
RGB Variations
Color information
#287FE5 (or 0x287FE5) is known color: Dodger Blue. HEX triplet: 28, 7F and E5. RGB value is (40,127,229). Sum of RGB (Red+Green+Blue) = 40+127+229=396 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.10% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 229 (89.84% from 255 or 57.83% from 396); Max value from RGB is 229 - color contains mainly: blue. Hex color #287FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287FE5 is #D7801A. Grayscale: #707070. Windows color (decimal): -14123035 or 15040296. OLE color: 15040296.
HSL color Cylindrical-coordinate representation of color #287FE5: hue angle of 212.38º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #287FE5 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 127 | 229 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.10 |
| HSL | 212.38º | 0.78% | 0.53% | - |
| HSV(B) | 212.38º | 0.83% | 0.9% | - |
| XYZ | 22.61 | 21.29 | 77.05 | - |
| YUV | 112.62 | 193.68 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 229 | 0.83 | 0.45 | 0 | 0.10 | 212.38 | 0.78 | 0.53 |
| Hex | 28 | 7F | E5 | 53 | 2D | 0 | A | D4 | 4E | 35 |
| Octal | 50 | 177 | 345 | 123 | 55 | 0 | 12 | 324 | 116 | 65 |
| Binary | 101000 | 1111111 | 11100101 | 1010011 | 101101 | 0 | 1010 | 11010100 | 1001110 | 110101 |
Color Harmonies of #287FE5
Complementary color
Monochromatic Colors of #287FE5
Black with #287FE5
Text Example
Text Example
White with #287FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287FE5; }
p { color: rgb(40,127,229); }
H1.HeaderClassName
{
color: #287FE5;
}
.AnyTagClassName
{
color: #287FE5;
}
</style>
background-color css
<style>
a { background-color: #287FE5; }
a { background-color: rgb(40,127,229); }
div.DivClassName
{
background-color: #287FE5;
}
.BgClassName
{
background-color: #287FE5;
}
</style>
border-color css
<style>
span { border-color: #287FE5; }
span { border-color: rgb(40,127,229); }
td.TdClassName
{
border-color: #287FE5;
}
.TagClassName
{
border-color: #287FE5;
}
</style>