Shades of Dodger Blue #259DFE
Tints of Dodger Blue #259DFE
RGB
CMYK
RGB Variations
Color information
#259DFE (or 0x259DFE) is known color: Dodger Blue. HEX triplet: 25, 9D and FE. RGB value is (37,157,254). Sum of RGB (Red+Green+Blue) = 37+157+254=448 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.26% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #259DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #259DFE is #DA6201. Grayscale: #838383. Windows color (decimal): -14311938 or 16686373. OLE color: 16686373.
HSL color Cylindrical-coordinate representation of color #259DFE: hue angle of 206.82º 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 #259DFE is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 157 | 254 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.00 |
| HSL | 206.82º | 0.99% | 0.57% | - |
| HSV(B) | 206.82º | 0.85% | 1% | - |
| XYZ | 30.71 | 31.66 | 98.26 | - |
| YUV | 132.18 | 196.74 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 157 | 254 | 0.85 | 0.38 | 0 | 0.00 | 206.82 | 0.99 | 0.57 |
| Hex | 25 | 9D | FE | 55 | 26 | 0 | 0 | CF | 63 | 39 |
| Octal | 45 | 235 | 376 | 125 | 46 | 0 | 0 | 317 | 143 | 71 |
| Binary | 100101 | 10011101 | 11111110 | 1010101 | 100110 | 0 | 0 | 11001111 | 1100011 | 111001 |
Color Harmonies of #259DFE
Complementary color
Monochromatic Colors of #259DFE
Black with #259DFE
Text Example
Text Example
White with #259DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259DFE; }
p { color: rgb(37,157,254); }
H1.HeaderClassName
{
color: #259DFE;
}
.AnyTagClassName
{
color: #259DFE;
}
</style>
background-color css
<style>
a { background-color: #259DFE; }
a { background-color: rgb(37,157,254); }
div.DivClassName
{
background-color: #259DFE;
}
.BgClassName
{
background-color: #259DFE;
}
</style>
border-color css
<style>
span { border-color: #259DFE; }
span { border-color: rgb(37,157,254); }
td.TdClassName
{
border-color: #259DFE;
}
.TagClassName
{
border-color: #259DFE;
}
</style>