Shades of Dodger Blue #259EEF
Tints of Dodger Blue #259EEF
RGB
CMYK
RGB Variations
Color information
#259EEF (or 0x259EEF) is known color: Dodger Blue. HEX triplet: 25, 9E and EF. RGB value is (37,158,239). Sum of RGB (Red+Green+Blue) = 37+158+239=434 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.53% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #259EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #259EEF is #DA6110. Grayscale: #828282. Windows color (decimal): -14311697 or 15703589. OLE color: 15703589.
HSL color Cylindrical-coordinate representation of color #259EEF: hue angle of 204.06º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #259EEF is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 158 | 239 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.06 |
| HSL | 204.06º | 0.86% | 0.54% | - |
| HSV(B) | 204.06º | 0.85% | 0.94% | - |
| XYZ | 28.57 | 31.08 | 86.15 | - |
| YUV | 131.06 | 188.91 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 158 | 239 | 0.85 | 0.34 | 0 | 0.06 | 204.06 | 0.86 | 0.54 |
| Hex | 25 | 9E | EF | 55 | 22 | 0 | 6 | CC | 56 | 36 |
| Octal | 45 | 236 | 357 | 125 | 42 | 0 | 6 | 314 | 126 | 66 |
| Binary | 100101 | 10011110 | 11101111 | 1010101 | 100010 | 0 | 110 | 11001100 | 1010110 | 110110 |
Color Harmonies of #259EEF
Complementary color
Monochromatic Colors of #259EEF
Black with #259EEF
Text Example
Text Example
White with #259EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259EEF; }
p { color: rgb(37,158,239); }
H1.HeaderClassName
{
color: #259EEF;
}
.AnyTagClassName
{
color: #259EEF;
}
</style>
background-color css
<style>
a { background-color: #259EEF; }
a { background-color: rgb(37,158,239); }
div.DivClassName
{
background-color: #259EEF;
}
.BgClassName
{
background-color: #259EEF;
}
</style>
border-color css
<style>
span { border-color: #259EEF; }
span { border-color: rgb(37,158,239); }
td.TdClassName
{
border-color: #259EEF;
}
.TagClassName
{
border-color: #259EEF;
}
</style>