Shades of Dodger Blue #259FFE
Tints of Dodger Blue #259FFE
RGB
CMYK
RGB Variations
Color information
#259FFE (or 0x259FFE) is known color: Dodger Blue. HEX triplet: 25, 9F and FE. RGB value is (37,159,254). Sum of RGB (Red+Green+Blue) = 37+159+254=450 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.22% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #259FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #259FFE is #DA6001. Grayscale: #848484. Windows color (decimal): -14311426 or 16686885. OLE color: 16686885.
HSL color Cylindrical-coordinate representation of color #259FFE: hue angle of 206.27º 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 #259FFE is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 159 | 254 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.00 |
| HSL | 206.27º | 0.99% | 0.57% | - |
| HSV(B) | 206.27º | 0.85% | 1% | - |
| XYZ | 31.05 | 32.35 | 98.37 | - |
| YUV | 133.35 | 196.08 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 159 | 254 | 0.85 | 0.37 | 0 | 0.00 | 206.27 | 0.99 | 0.57 |
| Hex | 25 | 9F | FE | 55 | 25 | 0 | 0 | CE | 63 | 39 |
| Octal | 45 | 237 | 376 | 125 | 45 | 0 | 0 | 316 | 143 | 71 |
| Binary | 100101 | 10011111 | 11111110 | 1010101 | 100101 | 0 | 0 | 11001110 | 1100011 | 111001 |
Color Harmonies of #259FFE
Complementary color
Monochromatic Colors of #259FFE
Black with #259FFE
Text Example
Text Example
White with #259FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259FFE; }
p { color: rgb(37,159,254); }
H1.HeaderClassName
{
color: #259FFE;
}
.AnyTagClassName
{
color: #259FFE;
}
</style>
background-color css
<style>
a { background-color: #259FFE; }
a { background-color: rgb(37,159,254); }
div.DivClassName
{
background-color: #259FFE;
}
.BgClassName
{
background-color: #259FFE;
}
</style>
border-color css
<style>
span { border-color: #259FFE; }
span { border-color: rgb(37,159,254); }
td.TdClassName
{
border-color: #259FFE;
}
.TagClassName
{
border-color: #259FFE;
}
</style>