Shades of Dodger Blue #289CEC
Tints of Dodger Blue #289CEC
RGB
CMYK
RGB Variations
Color information
#289CEC (or 0x289CEC) is known color: Dodger Blue. HEX triplet: 28, 9C and EC. RGB value is (40,156,236). Sum of RGB (Red+Green+Blue) = 40+156+236=432 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.26% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #289CEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289CEC is #D76313. Grayscale: #828282. Windows color (decimal): -14115604 or 15506472. OLE color: 15506472.
HSL color Cylindrical-coordinate representation of color #289CEC: hue angle of 204.49º 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 #289CEC is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 156 | 236 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.07 |
| HSL | 204.49º | 0.84% | 0.54% | - |
| HSV(B) | 204.49º | 0.83% | 0.93% | - |
| XYZ | 27.9 | 30.28 | 83.73 | - |
| YUV | 130.44 | 187.57 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 236 | 0.83 | 0.34 | 0 | 0.07 | 204.49 | 0.84 | 0.54 |
| Hex | 28 | 9C | EC | 53 | 22 | 0 | 7 | CC | 54 | 36 |
| Octal | 50 | 234 | 354 | 123 | 42 | 0 | 7 | 314 | 124 | 66 |
| Binary | 101000 | 10011100 | 11101100 | 1010011 | 100010 | 0 | 111 | 11001100 | 1010100 | 110110 |
Color Harmonies of #289CEC
Complementary color
Monochromatic Colors of #289CEC
Black with #289CEC
Text Example
Text Example
White with #289CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289CEC; }
p { color: rgb(40,156,236); }
H1.HeaderClassName
{
color: #289CEC;
}
.AnyTagClassName
{
color: #289CEC;
}
</style>
background-color css
<style>
a { background-color: #289CEC; }
a { background-color: rgb(40,156,236); }
div.DivClassName
{
background-color: #289CEC;
}
.BgClassName
{
background-color: #289CEC;
}
</style>
border-color css
<style>
span { border-color: #289CEC; }
span { border-color: rgb(40,156,236); }
td.TdClassName
{
border-color: #289CEC;
}
.TagClassName
{
border-color: #289CEC;
}
</style>