Shades of Dodger Blue #259FFD
Tints of Dodger Blue #259FFD
RGB
CMYK
RGB Variations
Color information
#259FFD (or 0x259FFD) is known color: Dodger Blue. HEX triplet: 25, 9F and FD. RGB value is (37,159,253). Sum of RGB (Red+Green+Blue) = 37+159+253=449 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.24% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #259FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #259FFD is #DA6002. Grayscale: #848484. Windows color (decimal): -14311427 or 16621349. OLE color: 16621349.
HSL color Cylindrical-coordinate representation of color #259FFD: hue angle of 206.11º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #259FFD is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 159 | 253 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.01 |
| HSL | 206.11º | 0.98% | 0.57% | - |
| HSV(B) | 206.11º | 0.85% | 0.99% | - |
| XYZ | 30.89 | 32.28 | 97.53 | - |
| YUV | 133.24 | 195.58 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 159 | 253 | 0.85 | 0.37 | 0 | 0.01 | 206.11 | 0.98 | 0.57 |
| Hex | 25 | 9F | FD | 55 | 25 | 0 | 1 | CE | 62 | 39 |
| Octal | 45 | 237 | 375 | 125 | 45 | 0 | 1 | 316 | 142 | 71 |
| Binary | 100101 | 10011111 | 11111101 | 1010101 | 100101 | 0 | 1 | 11001110 | 1100010 | 111001 |
Color Harmonies of #259FFD
Complementary color
Monochromatic Colors of #259FFD
Black with #259FFD
Text Example
Text Example
White with #259FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259FFD; }
p { color: rgb(37,159,253); }
H1.HeaderClassName
{
color: #259FFD;
}
.AnyTagClassName
{
color: #259FFD;
}
</style>
background-color css
<style>
a { background-color: #259FFD; }
a { background-color: rgb(37,159,253); }
div.DivClassName
{
background-color: #259FFD;
}
.BgClassName
{
background-color: #259FFD;
}
</style>
border-color css
<style>
span { border-color: #259FFD; }
span { border-color: rgb(37,159,253); }
td.TdClassName
{
border-color: #259FFD;
}
.TagClassName
{
border-color: #259FFD;
}
</style>