Shades of Dodger Blue #289EEB
Tints of Dodger Blue #289EEB
RGB
CMYK
RGB Variations
Color information
#289EEB (or 0x289EEB) is known color: Dodger Blue. HEX triplet: 28, 9E and EB. RGB value is (40,158,235). Sum of RGB (Red+Green+Blue) = 40+158+235=433 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.24% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #289EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289EEB is #D76114. Grayscale: #838383. Windows color (decimal): -14115093 or 15441448. OLE color: 15441448.
HSL color Cylindrical-coordinate representation of color #289EEB: hue angle of 203.69º 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 #289EEB is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 158 | 235 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.08 |
| HSL | 203.69º | 0.83% | 0.54% | - |
| HSV(B) | 203.69º | 0.83% | 0.92% | - |
| XYZ | 28.1 | 30.9 | 83.08 | - |
| YUV | 131.5 | 186.41 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 158 | 235 | 0.83 | 0.33 | 0 | 0.08 | 203.69 | 0.83 | 0.54 |
| Hex | 28 | 9E | EB | 53 | 21 | 0 | 8 | CC | 53 | 36 |
| Octal | 50 | 236 | 353 | 123 | 41 | 0 | 10 | 314 | 123 | 66 |
| Binary | 101000 | 10011110 | 11101011 | 1010011 | 100001 | 0 | 1000 | 11001100 | 1010011 | 110110 |
Color Harmonies of #289EEB
Complementary color
Monochromatic Colors of #289EEB
Black with #289EEB
Text Example
Text Example
White with #289EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289EEB; }
p { color: rgb(40,158,235); }
H1.HeaderClassName
{
color: #289EEB;
}
.AnyTagClassName
{
color: #289EEB;
}
</style>
background-color css
<style>
a { background-color: #289EEB; }
a { background-color: rgb(40,158,235); }
div.DivClassName
{
background-color: #289EEB;
}
.BgClassName
{
background-color: #289EEB;
}
</style>
border-color css
<style>
span { border-color: #289EEB; }
span { border-color: rgb(40,158,235); }
td.TdClassName
{
border-color: #289EEB;
}
.TagClassName
{
border-color: #289EEB;
}
</style>