Shades of Dodger Blue #19ADFD
Tints of Dodger Blue #19ADFD
RGB
CMYK
RGB Variations
Color information
#19ADFD (or 0x19ADFD) is known color: Dodger Blue. HEX triplet: 19, AD and FD. RGB value is (25,173,253). Sum of RGB (Red+Green+Blue) = 25+173+253=451 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.54% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #19ADFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19ADFD is #E65202. Grayscale: #898989. Windows color (decimal): -15094275 or 16624921. OLE color: 16624921.
HSL color Cylindrical-coordinate representation of color #19ADFD: hue angle of 201.05º 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 #19ADFD is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 173 | 253 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.01 |
| HSL | 201.05º | 0.98% | 0.55% | - |
| HSV(B) | 201.05º | 0.9% | 0.99% | - |
| XYZ | 33.07 | 37.19 | 98.36 | - |
| YUV | 137.87 | 192.97 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 173 | 253 | 0.90 | 0.32 | 0 | 0.01 | 201.05 | 0.98 | 0.55 |
| Hex | 19 | AD | FD | 5A | 20 | 0 | 1 | C9 | 62 | 37 |
| Octal | 31 | 255 | 375 | 132 | 40 | 0 | 1 | 311 | 142 | 67 |
| Binary | 11001 | 10101101 | 11111101 | 1011010 | 100000 | 0 | 1 | 11001001 | 1100010 | 110111 |
Color Harmonies of #19ADFD
Complementary color
Monochromatic Colors of #19ADFD
Black with #19ADFD
Text Example
Text Example
White with #19ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ADFD; }
p { color: rgb(25,173,253); }
H1.HeaderClassName
{
color: #19ADFD;
}
.AnyTagClassName
{
color: #19ADFD;
}
</style>
background-color css
<style>
a { background-color: #19ADFD; }
a { background-color: rgb(25,173,253); }
div.DivClassName
{
background-color: #19ADFD;
}
.BgClassName
{
background-color: #19ADFD;
}
</style>
border-color css
<style>
span { border-color: #19ADFD; }
span { border-color: rgb(25,173,253); }
td.TdClassName
{
border-color: #19ADFD;
}
.TagClassName
{
border-color: #19ADFD;
}
</style>