Shades of Dodger Blue #25ABFD
Tints of Dodger Blue #25ABFD
RGB
CMYK
RGB Variations
Color information
#25ABFD (or 0x25ABFD) is known color: Dodger Blue. HEX triplet: 25, AB and FD. RGB value is (37,171,253). Sum of RGB (Red+Green+Blue) = 37+171+253=461 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.03% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #25ABFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #25ABFD is #DA5402. Grayscale: #8B8B8B. Windows color (decimal): -14308355 or 16624421. OLE color: 16624421.
HSL color Cylindrical-coordinate representation of color #25ABFD: hue angle of 202.78º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25ABFD is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 171 | 253 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.01 |
| HSL | 202.78º | 0.98% | 0.57% | - |
| HSV(B) | 202.78º | 0.85% | 0.99% | - |
| XYZ | 33.06 | 36.61 | 98.25 | - |
| YUV | 140.28 | 191.61 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 171 | 253 | 0.85 | 0.32 | 0 | 0.01 | 202.78 | 0.98 | 0.57 |
| Hex | 25 | AB | FD | 55 | 20 | 0 | 1 | CB | 62 | 39 |
| Octal | 45 | 253 | 375 | 125 | 40 | 0 | 1 | 313 | 142 | 71 |
| Binary | 100101 | 10101011 | 11111101 | 1010101 | 100000 | 0 | 1 | 11001011 | 1100010 | 111001 |
Color Harmonies of #25ABFD
Complementary color
Monochromatic Colors of #25ABFD
Black with #25ABFD
Text Example
Text Example
White with #25ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ABFD; }
p { color: rgb(37,171,253); }
H1.HeaderClassName
{
color: #25ABFD;
}
.AnyTagClassName
{
color: #25ABFD;
}
</style>
background-color css
<style>
a { background-color: #25ABFD; }
a { background-color: rgb(37,171,253); }
div.DivClassName
{
background-color: #25ABFD;
}
.BgClassName
{
background-color: #25ABFD;
}
</style>
border-color css
<style>
span { border-color: #25ABFD; }
span { border-color: rgb(37,171,253); }
td.TdClassName
{
border-color: #25ABFD;
}
.TagClassName
{
border-color: #25ABFD;
}
</style>