Shades of Dodger Blue #288CEB
Tints of Dodger Blue #288CEB
RGB
CMYK
RGB Variations
Color information
#288CEB (or 0x288CEB) is known color: Dodger Blue. HEX triplet: 28, 8C and EB. RGB value is (40,140,235). Sum of RGB (Red+Green+Blue) = 40+140+235=415 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.64% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #288CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288CEB is #D77314. Grayscale: #787878. Windows color (decimal): -14119701 or 15436840. OLE color: 15436840.
HSL color Cylindrical-coordinate representation of color #288CEB: hue angle of 209.23º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #288CEB is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 140 | 235 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.08 |
| HSL | 209.23º | 0.83% | 0.54% | - |
| HSV(B) | 209.23º | 0.83% | 0.92% | - |
| XYZ | 25.25 | 25.21 | 82.13 | - |
| YUV | 120.93 | 192.37 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 235 | 0.83 | 0.40 | 0 | 0.08 | 209.23 | 0.83 | 0.54 |
| Hex | 28 | 8C | EB | 53 | 28 | 0 | 8 | D1 | 53 | 36 |
| Octal | 50 | 214 | 353 | 123 | 50 | 0 | 10 | 321 | 123 | 66 |
| Binary | 101000 | 10001100 | 11101011 | 1010011 | 101000 | 0 | 1000 | 11010001 | 1010011 | 110110 |
Color Harmonies of #288CEB
Complementary color
Monochromatic Colors of #288CEB
Black with #288CEB
Text Example
Text Example
White with #288CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CEB; }
p { color: rgb(40,140,235); }
H1.HeaderClassName
{
color: #288CEB;
}
.AnyTagClassName
{
color: #288CEB;
}
</style>
background-color css
<style>
a { background-color: #288CEB; }
a { background-color: rgb(40,140,235); }
div.DivClassName
{
background-color: #288CEB;
}
.BgClassName
{
background-color: #288CEB;
}
</style>
border-color css
<style>
span { border-color: #288CEB; }
span { border-color: rgb(40,140,235); }
td.TdClassName
{
border-color: #288CEB;
}
.TagClassName
{
border-color: #288CEB;
}
</style>