Shades of Dodger Blue #289DEF
Tints of Dodger Blue #289DEF
RGB
CMYK
RGB Variations
Color information
#289DEF (or 0x289DEF) is known color: Dodger Blue. HEX triplet: 28, 9D and EF. RGB value is (40,157,239). Sum of RGB (Red+Green+Blue) = 40+157+239=436 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.17% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #289DEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289DEF is #D76210. Grayscale: #828282. Windows color (decimal): -14115345 or 15703336. OLE color: 15703336.
HSL color Cylindrical-coordinate representation of color #289DEF: hue angle of 204.72º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #289DEF is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 157 | 239 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.06 |
| HSL | 204.72º | 0.86% | 0.55% | - |
| HSV(B) | 204.72º | 0.83% | 0.94% | - |
| XYZ | 28.51 | 30.8 | 86.1 | - |
| YUV | 131.37 | 188.74 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 157 | 239 | 0.83 | 0.34 | 0 | 0.06 | 204.72 | 0.86 | 0.55 |
| Hex | 28 | 9D | EF | 53 | 22 | 0 | 6 | CD | 56 | 37 |
| Octal | 50 | 235 | 357 | 123 | 42 | 0 | 6 | 315 | 126 | 67 |
| Binary | 101000 | 10011101 | 11101111 | 1010011 | 100010 | 0 | 110 | 11001101 | 1010110 | 110111 |
Color Harmonies of #289DEF
Complementary color
Monochromatic Colors of #289DEF
Black with #289DEF
Text Example
Text Example
White with #289DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289DEF; }
p { color: rgb(40,157,239); }
H1.HeaderClassName
{
color: #289DEF;
}
.AnyTagClassName
{
color: #289DEF;
}
</style>
background-color css
<style>
a { background-color: #289DEF; }
a { background-color: rgb(40,157,239); }
div.DivClassName
{
background-color: #289DEF;
}
.BgClassName
{
background-color: #289DEF;
}
</style>
border-color css
<style>
span { border-color: #289DEF; }
span { border-color: rgb(40,157,239); }
td.TdClassName
{
border-color: #289DEF;
}
.TagClassName
{
border-color: #289DEF;
}
</style>