Shades of Dodger Blue #259EFE
Tints of Dodger Blue #259EFE
RGB
CMYK
RGB Variations
Color information
#259EFE (or 0x259EFE) is known color: Dodger Blue. HEX triplet: 25, 9E and FE. RGB value is (37,158,254). Sum of RGB (Red+Green+Blue) = 37+158+254=449 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.24% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #259EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #259EFE is #DA6101. Grayscale: #848484. Windows color (decimal): -14311682 or 16686629. OLE color: 16686629.
HSL color Cylindrical-coordinate representation of color #259EFE: hue angle of 206.54º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #259EFE is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 158 | 254 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.00 |
| HSL | 206.54º | 0.99% | 0.57% | - |
| HSV(B) | 206.54º | 0.85% | 1% | - |
| XYZ | 30.88 | 32 | 98.32 | - |
| YUV | 132.77 | 196.41 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 158 | 254 | 0.85 | 0.38 | 0 | 0.00 | 206.54 | 0.99 | 0.57 |
| Hex | 25 | 9E | FE | 55 | 26 | 0 | 0 | CF | 63 | 39 |
| Octal | 45 | 236 | 376 | 125 | 46 | 0 | 0 | 317 | 143 | 71 |
| Binary | 100101 | 10011110 | 11111110 | 1010101 | 100110 | 0 | 0 | 11001111 | 1100011 | 111001 |
Color Harmonies of #259EFE
Complementary color
Monochromatic Colors of #259EFE
Black with #259EFE
Text Example
Text Example
White with #259EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259EFE; }
p { color: rgb(37,158,254); }
H1.HeaderClassName
{
color: #259EFE;
}
.AnyTagClassName
{
color: #259EFE;
}
</style>
background-color css
<style>
a { background-color: #259EFE; }
a { background-color: rgb(37,158,254); }
div.DivClassName
{
background-color: #259EFE;
}
.BgClassName
{
background-color: #259EFE;
}
</style>
border-color css
<style>
span { border-color: #259EFE; }
span { border-color: rgb(37,158,254); }
td.TdClassName
{
border-color: #259EFE;
}
.TagClassName
{
border-color: #259EFE;
}
</style>