Shades of Dodger Blue #288CEC
Tints of Dodger Blue #288CEC
RGB
CMYK
RGB Variations
Color information
#288CEC (or 0x288CEC) is known color: Dodger Blue. HEX triplet: 28, 8C and EC. RGB value is (40,140,236). Sum of RGB (Red+Green+Blue) = 40+140+236=416 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.62% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #288CEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288CEC is #D77313. Grayscale: #787878. Windows color (decimal): -14119700 or 15502376. OLE color: 15502376.
HSL color Cylindrical-coordinate representation of color #288CEC: hue angle of 209.39º degrees, saturation: 0.84, 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 #288CEC is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 140 | 236 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.07 |
| HSL | 209.39º | 0.84% | 0.54% | - |
| HSV(B) | 209.39º | 0.83% | 0.93% | - |
| XYZ | 25.39 | 25.26 | 82.89 | - |
| YUV | 121.04 | 192.87 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 236 | 0.83 | 0.41 | 0 | 0.07 | 209.39 | 0.84 | 0.54 |
| Hex | 28 | 8C | EC | 53 | 29 | 0 | 7 | D1 | 54 | 36 |
| Octal | 50 | 214 | 354 | 123 | 51 | 0 | 7 | 321 | 124 | 66 |
| Binary | 101000 | 10001100 | 11101100 | 1010011 | 101001 | 0 | 111 | 11010001 | 1010100 | 110110 |
Color Harmonies of #288CEC
Complementary color
Monochromatic Colors of #288CEC
Black with #288CEC
Text Example
Text Example
White with #288CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CEC; }
p { color: rgb(40,140,236); }
H1.HeaderClassName
{
color: #288CEC;
}
.AnyTagClassName
{
color: #288CEC;
}
</style>
background-color css
<style>
a { background-color: #288CEC; }
a { background-color: rgb(40,140,236); }
div.DivClassName
{
background-color: #288CEC;
}
.BgClassName
{
background-color: #288CEC;
}
</style>
border-color css
<style>
span { border-color: #288CEC; }
span { border-color: rgb(40,140,236); }
td.TdClassName
{
border-color: #288CEC;
}
.TagClassName
{
border-color: #288CEC;
}
</style>