Shades of Dodger Blue #25ADF8
Tints of Dodger Blue #25ADF8
RGB
CMYK
RGB Variations
Color information
#25ADF8 (or 0x25ADF8) is known color: Dodger Blue. HEX triplet: 25, AD and F8. RGB value is (37,173,248). Sum of RGB (Red+Green+Blue) = 37+173+248=458 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.08% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #25ADF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25ADF8 is #DA5207. Grayscale: #8C8C8C. Windows color (decimal): -14307848 or 16297253. OLE color: 16297253.
HSL color Cylindrical-coordinate representation of color #25ADF8: hue angle of 201.33º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25ADF8 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 173 | 248 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.03 |
| HSL | 201.33º | 0.94% | 0.56% | - |
| HSV(B) | 201.33º | 0.85% | 0.97% | - |
| XYZ | 32.65 | 37.06 | 94.24 | - |
| YUV | 140.89 | 188.44 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 173 | 248 | 0.85 | 0.30 | 0 | 0.03 | 201.33 | 0.94 | 0.56 |
| Hex | 25 | AD | F8 | 55 | 1E | 0 | 3 | C9 | 5E | 38 |
| Octal | 45 | 255 | 370 | 125 | 36 | 0 | 3 | 311 | 136 | 70 |
| Binary | 100101 | 10101101 | 11111000 | 1010101 | 11110 | 0 | 11 | 11001001 | 1011110 | 111000 |
Color Harmonies of #25ADF8
Complementary color
Monochromatic Colors of #25ADF8
Black with #25ADF8
Text Example
Text Example
White with #25ADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ADF8; }
p { color: rgb(37,173,248); }
H1.HeaderClassName
{
color: #25ADF8;
}
.AnyTagClassName
{
color: #25ADF8;
}
</style>
background-color css
<style>
a { background-color: #25ADF8; }
a { background-color: rgb(37,173,248); }
div.DivClassName
{
background-color: #25ADF8;
}
.BgClassName
{
background-color: #25ADF8;
}
</style>
border-color css
<style>
span { border-color: #25ADF8; }
span { border-color: rgb(37,173,248); }
td.TdClassName
{
border-color: #25ADF8;
}
.TagClassName
{
border-color: #25ADF8;
}
</style>