Shades of Dodger Blue #19ABFD
Tints of Dodger Blue #19ABFD
RGB
CMYK
RGB Variations
Color information
#19ABFD (or 0x19ABFD) is known color: Dodger Blue. HEX triplet: 19, AB and FD. RGB value is (25,171,253). Sum of RGB (Red+Green+Blue) = 25+171+253=449 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.57% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #19ABFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19ABFD is #E65402. Grayscale: #888888. Windows color (decimal): -15094787 or 16624409. OLE color: 16624409.
HSL color Cylindrical-coordinate representation of color #19ABFD: hue angle of 201.58º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19ABFD is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 171 | 253 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.01 |
| HSL | 201.58º | 0.98% | 0.55% | - |
| HSV(B) | 201.58º | 0.9% | 0.99% | - |
| XYZ | 32.69 | 36.42 | 98.24 | - |
| YUV | 136.69 | 193.63 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 253 | 0.90 | 0.32 | 0 | 0.01 | 201.58 | 0.98 | 0.55 |
| Hex | 19 | AB | FD | 5A | 20 | 0 | 1 | CA | 62 | 37 |
| Octal | 31 | 253 | 375 | 132 | 40 | 0 | 1 | 312 | 142 | 67 |
| Binary | 11001 | 10101011 | 11111101 | 1011010 | 100000 | 0 | 1 | 11001010 | 1100010 | 110111 |
Color Harmonies of #19ABFD
Complementary color
Monochromatic Colors of #19ABFD
Black with #19ABFD
Text Example
Text Example
White with #19ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ABFD; }
p { color: rgb(25,171,253); }
H1.HeaderClassName
{
color: #19ABFD;
}
.AnyTagClassName
{
color: #19ABFD;
}
</style>
background-color css
<style>
a { background-color: #19ABFD; }
a { background-color: rgb(25,171,253); }
div.DivClassName
{
background-color: #19ABFD;
}
.BgClassName
{
background-color: #19ABFD;
}
</style>
border-color css
<style>
span { border-color: #19ABFD; }
span { border-color: rgb(25,171,253); }
td.TdClassName
{
border-color: #19ABFD;
}
.TagClassName
{
border-color: #19ABFD;
}
</style>