Shades of Dodger Blue #259EEC
Tints of Dodger Blue #259EEC
RGB
CMYK
RGB Variations
Color information
#259EEC (or 0x259EEC) is known color: Dodger Blue. HEX triplet: 25, 9E and EC. RGB value is (37,158,236). Sum of RGB (Red+Green+Blue) = 37+158+236=431 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.58% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #259EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #259EEC is #DA6113. Grayscale: #828282. Windows color (decimal): -14311700 or 15506981. OLE color: 15506981.
HSL color Cylindrical-coordinate representation of color #259EEC: hue angle of 203.52º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #259EEC is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 158 | 236 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.07 |
| HSL | 203.52º | 0.84% | 0.54% | - |
| HSV(B) | 203.52º | 0.84% | 0.93% | - |
| XYZ | 28.13 | 30.9 | 83.84 | - |
| YUV | 130.71 | 187.41 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 158 | 236 | 0.84 | 0.33 | 0 | 0.07 | 203.52 | 0.84 | 0.54 |
| Hex | 25 | 9E | EC | 54 | 21 | 0 | 7 | CC | 54 | 36 |
| Octal | 45 | 236 | 354 | 124 | 41 | 0 | 7 | 314 | 124 | 66 |
| Binary | 100101 | 10011110 | 11101100 | 1010100 | 100001 | 0 | 111 | 11001100 | 1010100 | 110110 |
Color Harmonies of #259EEC
Complementary color
Monochromatic Colors of #259EEC
Black with #259EEC
Text Example
Text Example
White with #259EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259EEC; }
p { color: rgb(37,158,236); }
H1.HeaderClassName
{
color: #259EEC;
}
.AnyTagClassName
{
color: #259EEC;
}
</style>
background-color css
<style>
a { background-color: #259EEC; }
a { background-color: rgb(37,158,236); }
div.DivClassName
{
background-color: #259EEC;
}
.BgClassName
{
background-color: #259EEC;
}
</style>
border-color css
<style>
span { border-color: #259EEC; }
span { border-color: rgb(37,158,236); }
td.TdClassName
{
border-color: #259EEC;
}
.TagClassName
{
border-color: #259EEC;
}
</style>