Shades of Dodger Blue #289AEB
Tints of Dodger Blue #289AEB
RGB
CMYK
RGB Variations
Color information
#289AEB (or 0x289AEB) is known color: Dodger Blue. HEX triplet: 28, 9A and EB. RGB value is (40,154,235). Sum of RGB (Red+Green+Blue) = 40+154+235=429 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.32% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #289AEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289AEB is #D76514. Grayscale: #808080. Windows color (decimal): -14116117 or 15440424. OLE color: 15440424.
HSL color Cylindrical-coordinate representation of color #289AEB: hue angle of 204.92º 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 #289AEB is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 154 | 235 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.08 |
| HSL | 204.92º | 0.83% | 0.54% | - |
| HSV(B) | 204.92º | 0.83% | 0.92% | - |
| XYZ | 27.43 | 29.56 | 82.86 | - |
| YUV | 129.15 | 187.73 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 235 | 0.83 | 0.34 | 0 | 0.08 | 204.92 | 0.83 | 0.54 |
| Hex | 28 | 9A | EB | 53 | 22 | 0 | 8 | CD | 53 | 36 |
| Octal | 50 | 232 | 353 | 123 | 42 | 0 | 10 | 315 | 123 | 66 |
| Binary | 101000 | 10011010 | 11101011 | 1010011 | 100010 | 0 | 1000 | 11001101 | 1010011 | 110110 |
Color Harmonies of #289AEB
Complementary color
Monochromatic Colors of #289AEB
Black with #289AEB
Text Example
Text Example
White with #289AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289AEB; }
p { color: rgb(40,154,235); }
H1.HeaderClassName
{
color: #289AEB;
}
.AnyTagClassName
{
color: #289AEB;
}
</style>
background-color css
<style>
a { background-color: #289AEB; }
a { background-color: rgb(40,154,235); }
div.DivClassName
{
background-color: #289AEB;
}
.BgClassName
{
background-color: #289AEB;
}
</style>
border-color css
<style>
span { border-color: #289AEB; }
span { border-color: rgb(40,154,235); }
td.TdClassName
{
border-color: #289AEB;
}
.TagClassName
{
border-color: #289AEB;
}
</style>