Shades of Dodger Blue #288FEF
Tints of Dodger Blue #288FEF
RGB
CMYK
RGB Variations
Color information
#288FEF (or 0x288FEF) is known color: Dodger Blue. HEX triplet: 28, 8F and EF. RGB value is (40,143,239). Sum of RGB (Red+Green+Blue) = 40+143+239=422 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.48% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #288FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288FEF is #D77010. Grayscale: #7A7A7A. Windows color (decimal): -14118929 or 15699752. OLE color: 15699752.
HSL color Cylindrical-coordinate representation of color #288FEF: hue angle of 208.94º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #288FEF is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 143 | 239 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.06 |
| HSL | 208.94º | 0.86% | 0.55% | - |
| HSV(B) | 208.94º | 0.83% | 0.94% | - |
| XYZ | 26.28 | 26.33 | 85.36 | - |
| YUV | 123.15 | 193.38 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 239 | 0.83 | 0.40 | 0 | 0.06 | 208.94 | 0.86 | 0.55 |
| Hex | 28 | 8F | EF | 53 | 28 | 0 | 6 | D1 | 56 | 37 |
| Octal | 50 | 217 | 357 | 123 | 50 | 0 | 6 | 321 | 126 | 67 |
| Binary | 101000 | 10001111 | 11101111 | 1010011 | 101000 | 0 | 110 | 11010001 | 1010110 | 110111 |
Color Harmonies of #288FEF
Complementary color
Monochromatic Colors of #288FEF
Black with #288FEF
Text Example
Text Example
White with #288FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FEF; }
p { color: rgb(40,143,239); }
H1.HeaderClassName
{
color: #288FEF;
}
.AnyTagClassName
{
color: #288FEF;
}
</style>
background-color css
<style>
a { background-color: #288FEF; }
a { background-color: rgb(40,143,239); }
div.DivClassName
{
background-color: #288FEF;
}
.BgClassName
{
background-color: #288FEF;
}
</style>
border-color css
<style>
span { border-color: #288FEF; }
span { border-color: rgb(40,143,239); }
td.TdClassName
{
border-color: #288FEF;
}
.TagClassName
{
border-color: #288FEF;
}
</style>