Shades of Dodger Blue #25ADFD
Tints of Dodger Blue #25ADFD
RGB
CMYK
RGB Variations
Color information
#25ADFD (or 0x25ADFD) is known color: Dodger Blue. HEX triplet: 25, AD and FD. RGB value is (37,173,253). Sum of RGB (Red+Green+Blue) = 37+173+253=463 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.99% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #25ADFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25ADFD is #DA5202. Grayscale: #8D8D8D. Windows color (decimal): -14307843 or 16624933. OLE color: 16624933.
HSL color Cylindrical-coordinate representation of color #25ADFD: hue angle of 202.22º 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 #25ADFD is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 173 | 253 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.01 |
| HSL | 202.22º | 0.98% | 0.57% | - |
| HSV(B) | 202.22º | 0.85% | 0.99% | - |
| XYZ | 33.44 | 37.37 | 98.38 | - |
| YUV | 141.46 | 190.94 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 173 | 253 | 0.85 | 0.32 | 0 | 0.01 | 202.22 | 0.98 | 0.57 |
| Hex | 25 | AD | FD | 55 | 20 | 0 | 1 | CA | 62 | 39 |
| Octal | 45 | 255 | 375 | 125 | 40 | 0 | 1 | 312 | 142 | 71 |
| Binary | 100101 | 10101101 | 11111101 | 1010101 | 100000 | 0 | 1 | 11001010 | 1100010 | 111001 |
Color Harmonies of #25ADFD
Complementary color
Monochromatic Colors of #25ADFD
Black with #25ADFD
Text Example
Text Example
White with #25ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ADFD; }
p { color: rgb(37,173,253); }
H1.HeaderClassName
{
color: #25ADFD;
}
.AnyTagClassName
{
color: #25ADFD;
}
</style>
background-color css
<style>
a { background-color: #25ADFD; }
a { background-color: rgb(37,173,253); }
div.DivClassName
{
background-color: #25ADFD;
}
.BgClassName
{
background-color: #25ADFD;
}
</style>
border-color css
<style>
span { border-color: #25ADFD; }
span { border-color: rgb(37,173,253); }
td.TdClassName
{
border-color: #25ADFD;
}
.TagClassName
{
border-color: #25ADFD;
}
</style>