Shades of Dodger Blue #25ACFF
Tints of Dodger Blue #25ACFF
RGB
CMYK
RGB Variations
Color information
#25ACFF (or 0x25ACFF) is known color: Dodger Blue. HEX triplet: 25, AC and FF. RGB value is (37,172,255). Sum of RGB (Red+Green+Blue) = 37+172+255=464 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.97% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #25ACFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25ACFF is #DA5300. Grayscale: #8C8C8C. Windows color (decimal): -14308097 or 16755749. OLE color: 16755749.
HSL color Cylindrical-coordinate representation of color #25ACFF: hue angle of 202.84º 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 #25ACFF is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 172 | 255 | - |
| CMYK | 0.85 | 0.33 | 0 | 0 |
| HSL | 202.84º | 1% | 0.57% | - |
| HSV(B) | 202.84º | 0.85% | 1% | - |
| XYZ | 33.57 | 37.12 | 100 | - |
| YUV | 141.1 | 192.27 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 172 | 255 | 0.85 | 0.33 | 0 | 0 | 202.84 | 1 | 0.57 |
| Hex | 25 | AC | FF | 55 | 21 | 0 | 0 | CB | 64 | 39 |
| Octal | 45 | 254 | 377 | 125 | 41 | 0 | 0 | 313 | 144 | 71 |
| Binary | 100101 | 10101100 | 11111111 | 1010101 | 100001 | 0 | 0 | 11001011 | 1100100 | 111001 |
Color Harmonies of #25ACFF
Complementary color
Monochromatic Colors of #25ACFF
Black with #25ACFF
Text Example
Text Example
White with #25ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ACFF; }
p { color: rgb(37,172,255); }
H1.HeaderClassName
{
color: #25ACFF;
}
.AnyTagClassName
{
color: #25ACFF;
}
</style>
background-color css
<style>
a { background-color: #25ACFF; }
a { background-color: rgb(37,172,255); }
div.DivClassName
{
background-color: #25ACFF;
}
.BgClassName
{
background-color: #25ACFF;
}
</style>
border-color css
<style>
span { border-color: #25ACFF; }
span { border-color: rgb(37,172,255); }
td.TdClassName
{
border-color: #25ACFF;
}
.TagClassName
{
border-color: #25ACFF;
}
</style>