Shades of Dodger Blue #287EFB
Tints of Dodger Blue #287EFB
RGB
CMYK
RGB Variations
Color information
#287EFB (or 0x287EFB) is known color: Dodger Blue. HEX triplet: 28, 7E and FB. RGB value is (40,126,251). Sum of RGB (Red+Green+Blue) = 40+126+251=417 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.59% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #287EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287EFB is #D78104. Grayscale: #717171. Windows color (decimal): -14123269 or 16481832. OLE color: 16481832.
HSL color Cylindrical-coordinate representation of color #287EFB: hue angle of 215.55º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #287EFB is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 126 | 251 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.02 |
| HSL | 215.55º | 0.96% | 0.57% | - |
| HSV(B) | 215.55º | 0.84% | 0.98% | - |
| XYZ | 25.75 | 22.34 | 94.22 | - |
| YUV | 114.54 | 205.01 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 251 | 0.84 | 0.50 | 0 | 0.02 | 215.55 | 0.96 | 0.57 |
| Hex | 28 | 7E | FB | 54 | 32 | 0 | 2 | D8 | 60 | 39 |
| Octal | 50 | 176 | 373 | 124 | 62 | 0 | 2 | 330 | 140 | 71 |
| Binary | 101000 | 1111110 | 11111011 | 1010100 | 110010 | 0 | 10 | 11011000 | 1100000 | 111001 |
Color Harmonies of #287EFB
Complementary color
Monochromatic Colors of #287EFB
Black with #287EFB
Text Example
Text Example
White with #287EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287EFB; }
p { color: rgb(40,126,251); }
H1.HeaderClassName
{
color: #287EFB;
}
.AnyTagClassName
{
color: #287EFB;
}
</style>
background-color css
<style>
a { background-color: #287EFB; }
a { background-color: rgb(40,126,251); }
div.DivClassName
{
background-color: #287EFB;
}
.BgClassName
{
background-color: #287EFB;
}
</style>
border-color css
<style>
span { border-color: #287EFB; }
span { border-color: rgb(40,126,251); }
td.TdClassName
{
border-color: #287EFB;
}
.TagClassName
{
border-color: #287EFB;
}
</style>