Shades of Dodger Blue #25ADFF
Tints of Dodger Blue #25ADFF
RGB
CMYK
RGB Variations
Color information
#25ADFF (or 0x25ADFF) is known color: Dodger Blue. HEX triplet: 25, AD and FF. RGB value is (37,173,255). Sum of RGB (Red+Green+Blue) = 37+173+255=465 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.96% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #25ADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25ADFF is #DA5200. Grayscale: #8D8D8D. Windows color (decimal): -14307841 or 16756005. OLE color: 16756005.
HSL color Cylindrical-coordinate representation of color #25ADFF: hue angle of 202.57º 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 #25ADFF is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 173 | 255 | - |
| CMYK | 0.85 | 0.32 | 0 | 0 |
| HSL | 202.57º | 1% | 0.57% | - |
| HSV(B) | 202.57º | 0.85% | 1% | - |
| XYZ | 33.76 | 37.5 | 100.07 | - |
| YUV | 141.68 | 191.94 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 173 | 255 | 0.85 | 0.32 | 0 | 0 | 202.57 | 1 | 0.57 |
| Hex | 25 | AD | FF | 55 | 20 | 0 | 0 | CB | 64 | 39 |
| Octal | 45 | 255 | 377 | 125 | 40 | 0 | 0 | 313 | 144 | 71 |
| Binary | 100101 | 10101101 | 11111111 | 1010101 | 100000 | 0 | 0 | 11001011 | 1100100 | 111001 |
Color Harmonies of #25ADFF
Complementary color
Monochromatic Colors of #25ADFF
Black with #25ADFF
Text Example
Text Example
White with #25ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ADFF; }
p { color: rgb(37,173,255); }
H1.HeaderClassName
{
color: #25ADFF;
}
.AnyTagClassName
{
color: #25ADFF;
}
</style>
background-color css
<style>
a { background-color: #25ADFF; }
a { background-color: rgb(37,173,255); }
div.DivClassName
{
background-color: #25ADFF;
}
.BgClassName
{
background-color: #25ADFF;
}
</style>
border-color css
<style>
span { border-color: #25ADFF; }
span { border-color: rgb(37,173,255); }
td.TdClassName
{
border-color: #25ADFF;
}
.TagClassName
{
border-color: #25ADFF;
}
</style>