Shades of Dodger Blue #288FED
Tints of Dodger Blue #288FED
RGB
CMYK
RGB Variations
Color information
#288FED (or 0x288FED) is known color: Dodger Blue. HEX triplet: 28, 8F and ED. RGB value is (40,143,237). Sum of RGB (Red+Green+Blue) = 40+143+237=420 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.52% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #288FED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288FED is #D77012. Grayscale: #7A7A7A. Windows color (decimal): -14118931 or 15568680. OLE color: 15568680.
HSL color Cylindrical-coordinate representation of color #288FED: hue angle of 208.63º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #288FED is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 143 | 237 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.07 |
| HSL | 208.63º | 0.85% | 0.54% | - |
| HSV(B) | 208.63º | 0.83% | 0.93% | - |
| XYZ | 25.98 | 26.21 | 83.81 | - |
| YUV | 122.92 | 192.38 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 237 | 0.83 | 0.40 | 0 | 0.07 | 208.63 | 0.85 | 0.54 |
| Hex | 28 | 8F | ED | 53 | 28 | 0 | 7 | D1 | 55 | 36 |
| Octal | 50 | 217 | 355 | 123 | 50 | 0 | 7 | 321 | 125 | 66 |
| Binary | 101000 | 10001111 | 11101101 | 1010011 | 101000 | 0 | 111 | 11010001 | 1010101 | 110110 |
Color Harmonies of #288FED
Complementary color
Monochromatic Colors of #288FED
Black with #288FED
Text Example
Text Example
White with #288FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FED; }
p { color: rgb(40,143,237); }
H1.HeaderClassName
{
color: #288FED;
}
.AnyTagClassName
{
color: #288FED;
}
</style>
background-color css
<style>
a { background-color: #288FED; }
a { background-color: rgb(40,143,237); }
div.DivClassName
{
background-color: #288FED;
}
.BgClassName
{
background-color: #288FED;
}
</style>
border-color css
<style>
span { border-color: #288FED; }
span { border-color: rgb(40,143,237); }
td.TdClassName
{
border-color: #288FED;
}
.TagClassName
{
border-color: #288FED;
}
</style>