Shades of Dodger Blue #259EF1
Tints of Dodger Blue #259EF1
RGB
CMYK
RGB Variations
Color information
#259EF1 (or 0x259EF1) is known color: Dodger Blue. HEX triplet: 25, 9E and F1. RGB value is (37,158,241). Sum of RGB (Red+Green+Blue) = 37+158+241=436 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.49% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #259EF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #259EF1 is #DA610E. Grayscale: #828282. Windows color (decimal): -14311695 or 15834661. OLE color: 15834661.
HSL color Cylindrical-coordinate representation of color #259EF1: hue angle of 204.41º degrees, saturation: 0.88, 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 #259EF1 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 158 | 241 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.05 |
| HSL | 204.41º | 0.88% | 0.55% | - |
| HSV(B) | 204.41º | 0.85% | 0.95% | - |
| XYZ | 28.87 | 31.2 | 87.72 | - |
| YUV | 131.28 | 189.91 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 158 | 241 | 0.85 | 0.34 | 0 | 0.05 | 204.41 | 0.88 | 0.55 |
| Hex | 25 | 9E | F1 | 55 | 22 | 0 | 5 | CC | 58 | 37 |
| Octal | 45 | 236 | 361 | 125 | 42 | 0 | 5 | 314 | 130 | 67 |
| Binary | 100101 | 10011110 | 11110001 | 1010101 | 100010 | 0 | 101 | 11001100 | 1011000 | 110111 |
Color Harmonies of #259EF1
Complementary color
Monochromatic Colors of #259EF1
Black with #259EF1
Text Example
Text Example
White with #259EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259EF1; }
p { color: rgb(37,158,241); }
H1.HeaderClassName
{
color: #259EF1;
}
.AnyTagClassName
{
color: #259EF1;
}
</style>
background-color css
<style>
a { background-color: #259EF1; }
a { background-color: rgb(37,158,241); }
div.DivClassName
{
background-color: #259EF1;
}
.BgClassName
{
background-color: #259EF1;
}
</style>
border-color css
<style>
span { border-color: #259EF1; }
span { border-color: rgb(37,158,241); }
td.TdClassName
{
border-color: #259EF1;
}
.TagClassName
{
border-color: #259EF1;
}
</style>