Shades of Dodger Blue #287FFD
Tints of Dodger Blue #287FFD
RGB
CMYK
RGB Variations
Color information
#287FFD (or 0x287FFD) is known color: Dodger Blue. HEX triplet: 28, 7F and FD. RGB value is (40,127,253). Sum of RGB (Red+Green+Blue) = 40+127+253=420 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.52% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #287FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287FFD is #D78002. Grayscale: #727272. Windows color (decimal): -14123011 or 16613160. OLE color: 16613160.
HSL color Cylindrical-coordinate representation of color #287FFD: hue angle of 215.49º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #287FFD is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 127 | 253 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.01 |
| HSL | 215.49º | 0.98% | 0.57% | - |
| HSV(B) | 215.49º | 0.84% | 0.99% | - |
| XYZ | 26.19 | 22.72 | 95.93 | - |
| YUV | 115.35 | 205.68 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 253 | 0.84 | 0.50 | 0 | 0.01 | 215.49 | 0.98 | 0.57 |
| Hex | 28 | 7F | FD | 54 | 32 | 0 | 1 | D7 | 62 | 39 |
| Octal | 50 | 177 | 375 | 124 | 62 | 0 | 1 | 327 | 142 | 71 |
| Binary | 101000 | 1111111 | 11111101 | 1010100 | 110010 | 0 | 1 | 11010111 | 1100010 | 111001 |
Color Harmonies of #287FFD
Complementary color
Monochromatic Colors of #287FFD
Black with #287FFD
Text Example
Text Example
White with #287FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287FFD; }
p { color: rgb(40,127,253); }
H1.HeaderClassName
{
color: #287FFD;
}
.AnyTagClassName
{
color: #287FFD;
}
</style>
background-color css
<style>
a { background-color: #287FFD; }
a { background-color: rgb(40,127,253); }
div.DivClassName
{
background-color: #287FFD;
}
.BgClassName
{
background-color: #287FFD;
}
</style>
border-color css
<style>
span { border-color: #287FFD; }
span { border-color: rgb(40,127,253); }
td.TdClassName
{
border-color: #287FFD;
}
.TagClassName
{
border-color: #287FFD;
}
</style>