Shades of Dodger Blue #287EFC
Tints of Dodger Blue #287EFC
RGB
CMYK
RGB Variations
Color information
#287EFC (or 0x287EFC) is known color: Dodger Blue. HEX triplet: 28, 7E and FC. RGB value is (40,126,252). Sum of RGB (Red+Green+Blue) = 40+126+252=418 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.57% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #287EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287EFC is #D78103. Grayscale: #727272. Windows color (decimal): -14123268 or 16547368. OLE color: 16547368.
HSL color Cylindrical-coordinate representation of color #287EFC: hue angle of 215.66º degrees, saturation: 0.97, 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 #287EFC is Cyan = 0.84, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 126 | 252 | - |
| CMYK | 0.84 | 0.5 | 0 | 0.01 |
| HSL | 215.66º | 0.97% | 0.57% | - |
| HSV(B) | 215.66º | 0.84% | 0.99% | - |
| XYZ | 25.91 | 22.4 | 95.05 | - |
| YUV | 114.65 | 205.51 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 252 | 0.84 | 0.5 | 0 | 0.01 | 215.66 | 0.97 | 0.57 |
| Hex | 28 | 7E | FC | 54 | 32 | 0 | 1 | D8 | 61 | 39 |
| Octal | 50 | 176 | 374 | 124 | 62 | 0 | 1 | 330 | 141 | 71 |
| Binary | 101000 | 1111110 | 11111100 | 1010100 | 110010 | 0 | 1 | 11011000 | 1100001 | 111001 |
Color Harmonies of #287EFC
Complementary color
Monochromatic Colors of #287EFC
Black with #287EFC
Text Example
Text Example
White with #287EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287EFC; }
p { color: rgb(40,126,252); }
H1.HeaderClassName
{
color: #287EFC;
}
.AnyTagClassName
{
color: #287EFC;
}
</style>
background-color css
<style>
a { background-color: #287EFC; }
a { background-color: rgb(40,126,252); }
div.DivClassName
{
background-color: #287EFC;
}
.BgClassName
{
background-color: #287EFC;
}
</style>
border-color css
<style>
span { border-color: #287EFC; }
span { border-color: rgb(40,126,252); }
td.TdClassName
{
border-color: #287EFC;
}
.TagClassName
{
border-color: #287EFC;
}
</style>