Shades of Dodger Blue #25AEFF
Tints of Dodger Blue #25AEFF
RGB
CMYK
RGB Variations
Color information
#25AEFF (or 0x25AEFF) is known color: Dodger Blue. HEX triplet: 25, AE and FF. RGB value is (37,174,255). Sum of RGB (Red+Green+Blue) = 37+174+255=466 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.94% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #25AEFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25AEFF is #DA5100. Grayscale: #8D8D8D. Windows color (decimal): -14307585 or 16756261. OLE color: 16756261.
HSL color Cylindrical-coordinate representation of color #25AEFF: hue angle of 202.29º 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 #25AEFF is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 174 | 255 | - |
| CMYK | 0.85 | 0.32 | 0 | 0 |
| HSL | 202.29º | 1% | 0.57% | - |
| HSV(B) | 202.29º | 0.85% | 1% | - |
| XYZ | 33.95 | 37.89 | 100.13 | - |
| YUV | 142.27 | 191.61 | 52.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 174 | 255 | 0.85 | 0.32 | 0 | 0 | 202.29 | 1 | 0.57 |
| Hex | 25 | AE | FF | 55 | 20 | 0 | 0 | CA | 64 | 39 |
| Octal | 45 | 256 | 377 | 125 | 40 | 0 | 0 | 312 | 144 | 71 |
| Binary | 100101 | 10101110 | 11111111 | 1010101 | 100000 | 0 | 0 | 11001010 | 1100100 | 111001 |
Color Harmonies of #25AEFF
Complementary color
Monochromatic Colors of #25AEFF
Black with #25AEFF
Text Example
Text Example
White with #25AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AEFF; }
p { color: rgb(37,174,255); }
H1.HeaderClassName
{
color: #25AEFF;
}
.AnyTagClassName
{
color: #25AEFF;
}
</style>
background-color css
<style>
a { background-color: #25AEFF; }
a { background-color: rgb(37,174,255); }
div.DivClassName
{
background-color: #25AEFF;
}
.BgClassName
{
background-color: #25AEFF;
}
</style>
border-color css
<style>
span { border-color: #25AEFF; }
span { border-color: rgb(37,174,255); }
td.TdClassName
{
border-color: #25AEFF;
}
.TagClassName
{
border-color: #25AEFF;
}
</style>