Shades of Dodger Blue #25A8FA
Tints of Dodger Blue #25A8FA
RGB
CMYK
RGB Variations
Color information
#25A8FA (or 0x25A8FA) is known color: Dodger Blue. HEX triplet: 25, A8 and FA. RGB value is (37,168,250). Sum of RGB (Red+Green+Blue) = 37+168+250=455 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.13% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #25A8FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25A8FA is #DA5705. Grayscale: #898989. Windows color (decimal): -14309126 or 16427045. OLE color: 16427045.
HSL color Cylindrical-coordinate representation of color #25A8FA: hue angle of 203.1º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25A8FA is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 168 | 250 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.02 |
| HSL | 203.1º | 0.96% | 0.56% | - |
| HSV(B) | 203.1º | 0.85% | 0.98% | - |
| XYZ | 32.02 | 35.3 | 95.57 | - |
| YUV | 138.18 | 191.1 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 168 | 250 | 0.85 | 0.33 | 0 | 0.02 | 203.1 | 0.96 | 0.56 |
| Hex | 25 | A8 | FA | 55 | 21 | 0 | 2 | CB | 60 | 38 |
| Octal | 45 | 250 | 372 | 125 | 41 | 0 | 2 | 313 | 140 | 70 |
| Binary | 100101 | 10101000 | 11111010 | 1010101 | 100001 | 0 | 10 | 11001011 | 1100000 | 111000 |
Color Harmonies of #25A8FA
Complementary color
Monochromatic Colors of #25A8FA
Black with #25A8FA
Text Example
Text Example
White with #25A8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A8FA; }
p { color: rgb(37,168,250); }
H1.HeaderClassName
{
color: #25A8FA;
}
.AnyTagClassName
{
color: #25A8FA;
}
</style>
background-color css
<style>
a { background-color: #25A8FA; }
a { background-color: rgb(37,168,250); }
div.DivClassName
{
background-color: #25A8FA;
}
.BgClassName
{
background-color: #25A8FA;
}
</style>
border-color css
<style>
span { border-color: #25A8FA; }
span { border-color: rgb(37,168,250); }
td.TdClassName
{
border-color: #25A8FA;
}
.TagClassName
{
border-color: #25A8FA;
}
</style>