Shades of Dodger Blue #287EFE
Tints of Dodger Blue #287EFE
RGB
CMYK
RGB Variations
Color information
#287EFE (or 0x287EFE) is known color: Dodger Blue. HEX triplet: 28, 7E and FE. RGB value is (40,126,254). Sum of RGB (Red+Green+Blue) = 40+126+254=420 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.52% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #287EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287EFE is #D78101. Grayscale: #727272. Windows color (decimal): -14123266 or 16678440. OLE color: 16678440.
HSL color Cylindrical-coordinate representation of color #287EFE: hue angle of 215.89º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #287EFE is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 126 | 254 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.00 |
| HSL | 215.89º | 0.99% | 0.58% | - |
| HSV(B) | 215.89º | 0.84% | 1% | - |
| XYZ | 26.23 | 22.53 | 96.73 | - |
| YUV | 114.88 | 206.51 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 254 | 0.84 | 0.50 | 0 | 0.00 | 215.89 | 0.99 | 0.58 |
| Hex | 28 | 7E | FE | 54 | 32 | 0 | 0 | D8 | 63 | 3A |
| Octal | 50 | 176 | 376 | 124 | 62 | 0 | 0 | 330 | 143 | 72 |
| Binary | 101000 | 1111110 | 11111110 | 1010100 | 110010 | 0 | 0 | 11011000 | 1100011 | 111010 |
Color Harmonies of #287EFE
Complementary color
Monochromatic Colors of #287EFE
Black with #287EFE
Text Example
Text Example
White with #287EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287EFE; }
p { color: rgb(40,126,254); }
H1.HeaderClassName
{
color: #287EFE;
}
.AnyTagClassName
{
color: #287EFE;
}
</style>
background-color css
<style>
a { background-color: #287EFE; }
a { background-color: rgb(40,126,254); }
div.DivClassName
{
background-color: #287EFE;
}
.BgClassName
{
background-color: #287EFE;
}
</style>
border-color css
<style>
span { border-color: #287EFE; }
span { border-color: rgb(40,126,254); }
td.TdClassName
{
border-color: #287EFE;
}
.TagClassName
{
border-color: #287EFE;
}
</style>