Shades of Dodger Blue #25A9FF
Tints of Dodger Blue #25A9FF
RGB
CMYK
RGB Variations
Color information
#25A9FF (or 0x25A9FF) is known color: Dodger Blue. HEX triplet: 25, A9 and FF. RGB value is (37,169,255). Sum of RGB (Red+Green+Blue) = 37+169+255=461 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.03% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #25A9FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25A9FF is #DA5600. Grayscale: #8A8A8A. Windows color (decimal): -14308865 or 16754981. OLE color: 16754981.
HSL color Cylindrical-coordinate representation of color #25A9FF: hue angle of 203.67º 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 #25A9FF is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 169 | 255 | - |
| CMYK | 0.85 | 0.34 | 0 | 0 |
| HSL | 203.67º | 1% | 0.57% | - |
| HSV(B) | 203.67º | 0.85% | 1% | - |
| XYZ | 33 | 35.99 | 99.82 | - |
| YUV | 139.34 | 193.27 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 169 | 255 | 0.85 | 0.34 | 0 | 0 | 203.67 | 1 | 0.57 |
| Hex | 25 | A9 | FF | 55 | 22 | 0 | 0 | CC | 64 | 39 |
| Octal | 45 | 251 | 377 | 125 | 42 | 0 | 0 | 314 | 144 | 71 |
| Binary | 100101 | 10101001 | 11111111 | 1010101 | 100010 | 0 | 0 | 11001100 | 1100100 | 111001 |
Color Harmonies of #25A9FF
Complementary color
Monochromatic Colors of #25A9FF
Black with #25A9FF
Text Example
Text Example
White with #25A9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A9FF; }
p { color: rgb(37,169,255); }
H1.HeaderClassName
{
color: #25A9FF;
}
.AnyTagClassName
{
color: #25A9FF;
}
</style>
background-color css
<style>
a { background-color: #25A9FF; }
a { background-color: rgb(37,169,255); }
div.DivClassName
{
background-color: #25A9FF;
}
.BgClassName
{
background-color: #25A9FF;
}
</style>
border-color css
<style>
span { border-color: #25A9FF; }
span { border-color: rgb(37,169,255); }
td.TdClassName
{
border-color: #25A9FF;
}
.TagClassName
{
border-color: #25A9FF;
}
</style>