Shades of Dodger Blue #259EFF
Tints of Dodger Blue #259EFF
RGB
CMYK
RGB Variations
Color information
#259EFF (or 0x259EFF) is known color: Dodger Blue. HEX triplet: 25, 9E and FF. RGB value is (37,158,255). Sum of RGB (Red+Green+Blue) = 37+158+255=450 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.22% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #259EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #259EFF is #DA6100. Grayscale: #848484. Windows color (decimal): -14311681 or 16752165. OLE color: 16752165.
HSL color Cylindrical-coordinate representation of color #259EFF: hue angle of 206.7º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #259EFF is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 158 | 255 | - |
| CMYK | 0.85 | 0.38 | 0 | 0 |
| HSL | 206.7º | 1% | 0.57% | - |
| HSV(B) | 206.7º | 0.85% | 1% | - |
| XYZ | 31.04 | 32.07 | 99.16 | - |
| YUV | 132.88 | 196.91 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 158 | 255 | 0.85 | 0.38 | 0 | 0 | 206.7 | 1 | 0.57 |
| Hex | 25 | 9E | FF | 55 | 26 | 0 | 0 | CF | 64 | 39 |
| Octal | 45 | 236 | 377 | 125 | 46 | 0 | 0 | 317 | 144 | 71 |
| Binary | 100101 | 10011110 | 11111111 | 1010101 | 100110 | 0 | 0 | 11001111 | 1100100 | 111001 |
Color Harmonies of #259EFF
Complementary color
Monochromatic Colors of #259EFF
Black with #259EFF
Text Example
Text Example
White with #259EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259EFF; }
p { color: rgb(37,158,255); }
H1.HeaderClassName
{
color: #259EFF;
}
.AnyTagClassName
{
color: #259EFF;
}
</style>
background-color css
<style>
a { background-color: #259EFF; }
a { background-color: rgb(37,158,255); }
div.DivClassName
{
background-color: #259EFF;
}
.BgClassName
{
background-color: #259EFF;
}
</style>
border-color css
<style>
span { border-color: #259EFF; }
span { border-color: rgb(37,158,255); }
td.TdClassName
{
border-color: #259EFF;
}
.TagClassName
{
border-color: #259EFF;
}
</style>