Shades of Dodger Blue #259EF2
Tints of Dodger Blue #259EF2
RGB
CMYK
RGB Variations
Color information
#259EF2 (or 0x259EF2) is known color: Dodger Blue. HEX triplet: 25, 9E and F2. RGB value is (37,158,242). Sum of RGB (Red+Green+Blue) = 37+158+242=437 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.47% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 242 (94.92% from 255 or 55.38% from 437); Max value from RGB is 242 - color contains mainly: blue. Hex color #259EF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #259EF2 is #DA610D. Grayscale: #828282. Windows color (decimal): -14311694 or 15900197. OLE color: 15900197.
HSL color Cylindrical-coordinate representation of color #259EF2: hue angle of 204.59º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #259EF2 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 158 | 242 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.05 |
| HSL | 204.59º | 0.89% | 0.55% | - |
| HSV(B) | 204.59º | 0.85% | 0.95% | - |
| XYZ | 29.02 | 31.26 | 88.51 | - |
| YUV | 131.4 | 190.41 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 158 | 242 | 0.85 | 0.35 | 0 | 0.05 | 204.59 | 0.89 | 0.55 |
| Hex | 25 | 9E | F2 | 55 | 23 | 0 | 5 | CD | 59 | 37 |
| Octal | 45 | 236 | 362 | 125 | 43 | 0 | 5 | 315 | 131 | 67 |
| Binary | 100101 | 10011110 | 11110010 | 1010101 | 100011 | 0 | 101 | 11001101 | 1011001 | 110111 |
Color Harmonies of #259EF2
Complementary color
Monochromatic Colors of #259EF2
Black with #259EF2
Text Example
Text Example
White with #259EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259EF2; }
p { color: rgb(37,158,242); }
H1.HeaderClassName
{
color: #259EF2;
}
.AnyTagClassName
{
color: #259EF2;
}
</style>
background-color css
<style>
a { background-color: #259EF2; }
a { background-color: rgb(37,158,242); }
div.DivClassName
{
background-color: #259EF2;
}
.BgClassName
{
background-color: #259EF2;
}
</style>
border-color css
<style>
span { border-color: #259EF2; }
span { border-color: rgb(37,158,242); }
td.TdClassName
{
border-color: #259EF2;
}
.TagClassName
{
border-color: #259EF2;
}
</style>