Shades of Dodger Blue #19ACF3
Tints of Dodger Blue #19ACF3
RGB
CMYK
RGB Variations
Color information
#19ACF3 (or 0x19ACF3) is known color: Dodger Blue. HEX triplet: 19, AC and F3. RGB value is (25,172,243). Sum of RGB (Red+Green+Blue) = 25+172+243=440 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.68% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 243 (95.31% from 255 or 55.23% from 440); Max value from RGB is 243 - color contains mainly: blue. Hex color #19ACF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19ACF3 is #E6530C. Grayscale: #878787. Windows color (decimal): -15094541 or 15969305. OLE color: 15969305.
HSL color Cylindrical-coordinate representation of color #19ACF3: hue angle of 199.54º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19ACF3 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 172 | 243 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.05 |
| HSL | 199.54º | 0.9% | 0.53% | - |
| HSV(B) | 199.54º | 0.9% | 0.95% | - |
| XYZ | 31.33 | 36.18 | 90.13 | - |
| YUV | 136.14 | 188.3 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 172 | 243 | 0.90 | 0.29 | 0 | 0.05 | 199.54 | 0.9 | 0.53 |
| Hex | 19 | AC | F3 | 5A | 1D | 0 | 5 | C8 | 5A | 35 |
| Octal | 31 | 254 | 363 | 132 | 35 | 0 | 5 | 310 | 132 | 65 |
| Binary | 11001 | 10101100 | 11110011 | 1011010 | 11101 | 0 | 101 | 11001000 | 1011010 | 110101 |
Color Harmonies of #19ACF3
Complementary color
Monochromatic Colors of #19ACF3
Black with #19ACF3
Text Example
Text Example
White with #19ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ACF3; }
p { color: rgb(25,172,243); }
H1.HeaderClassName
{
color: #19ACF3;
}
.AnyTagClassName
{
color: #19ACF3;
}
</style>
background-color css
<style>
a { background-color: #19ACF3; }
a { background-color: rgb(25,172,243); }
div.DivClassName
{
background-color: #19ACF3;
}
.BgClassName
{
background-color: #19ACF3;
}
</style>
border-color css
<style>
span { border-color: #19ACF3; }
span { border-color: rgb(25,172,243); }
td.TdClassName
{
border-color: #19ACF3;
}
.TagClassName
{
border-color: #19ACF3;
}
</style>