Shades of Dodger Blue #25AAFF
Tints of Dodger Blue #25AAFF
RGB
CMYK
RGB Variations
Color information
#25AAFF (or 0x25AAFF) is known color: Dodger Blue. HEX triplet: 25, AA and FF. RGB value is (37,170,255). Sum of RGB (Red+Green+Blue) = 37+170+255=462 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.01% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #25AAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25AAFF is #DA5500. Grayscale: #8B8B8B. Windows color (decimal): -14308609 or 16755237. OLE color: 16755237.
HSL color Cylindrical-coordinate representation of color #25AAFF: hue angle of 203.39º 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 #25AAFF is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 170 | 255 | - |
| CMYK | 0.85 | 0.33 | 0 | 0 |
| HSL | 203.39º | 1% | 0.57% | - |
| HSV(B) | 203.39º | 0.85% | 1% | - |
| XYZ | 33.19 | 36.36 | 99.88 | - |
| YUV | 139.92 | 192.94 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 170 | 255 | 0.85 | 0.33 | 0 | 0 | 203.39 | 1 | 0.57 |
| Hex | 25 | AA | FF | 55 | 21 | 0 | 0 | CB | 64 | 39 |
| Octal | 45 | 252 | 377 | 125 | 41 | 0 | 0 | 313 | 144 | 71 |
| Binary | 100101 | 10101010 | 11111111 | 1010101 | 100001 | 0 | 0 | 11001011 | 1100100 | 111001 |
Color Harmonies of #25AAFF
Complementary color
Monochromatic Colors of #25AAFF
Black with #25AAFF
Text Example
Text Example
White with #25AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AAFF; }
p { color: rgb(37,170,255); }
H1.HeaderClassName
{
color: #25AAFF;
}
.AnyTagClassName
{
color: #25AAFF;
}
</style>
background-color css
<style>
a { background-color: #25AAFF; }
a { background-color: rgb(37,170,255); }
div.DivClassName
{
background-color: #25AAFF;
}
.BgClassName
{
background-color: #25AAFF;
}
</style>
border-color css
<style>
span { border-color: #25AAFF; }
span { border-color: rgb(37,170,255); }
td.TdClassName
{
border-color: #25AAFF;
}
.TagClassName
{
border-color: #25AAFF;
}
</style>