Shades of Dodger Blue #1993DF
Tints of Dodger Blue #1993DF
RGB
CMYK
RGB Variations
Color information
#1993DF (or 0x1993DF) is known color: Dodger Blue. HEX triplet: 19, 93 and DF. RGB value is (25,147,223). Sum of RGB (Red+Green+Blue) = 25+147+223=395 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.33% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #1993DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1993DF is #E66C20. Grayscale: #767676. Windows color (decimal): -15100961 or 14652185. OLE color: 14652185.
HSL color Cylindrical-coordinate representation of color #1993DF: hue angle of 203.03º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1993DF is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 147 | 223 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.13 |
| HSL | 203.03º | 0.8% | 0.49% | - |
| HSV(B) | 203.03º | 0.89% | 0.87% | - |
| XYZ | 24.15 | 26.4 | 73.64 | - |
| YUV | 119.19 | 186.58 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 147 | 223 | 0.89 | 0.34 | 0 | 0.13 | 203.03 | 0.8 | 0.49 |
| Hex | 19 | 93 | DF | 59 | 22 | 0 | D | CB | 50 | 31 |
| Octal | 31 | 223 | 337 | 131 | 42 | 0 | 15 | 313 | 120 | 61 |
| Binary | 11001 | 10010011 | 11011111 | 1011001 | 100010 | 0 | 1101 | 11001011 | 1010000 | 110001 |
Color Harmonies of #1993DF
Complementary color
Monochromatic Colors of #1993DF
Black with #1993DF
Text Example
Text Example
White with #1993DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1993DF; }
p { color: rgb(25,147,223); }
H1.HeaderClassName
{
color: #1993DF;
}
.AnyTagClassName
{
color: #1993DF;
}
</style>
background-color css
<style>
a { background-color: #1993DF; }
a { background-color: rgb(25,147,223); }
div.DivClassName
{
background-color: #1993DF;
}
.BgClassName
{
background-color: #1993DF;
}
</style>
border-color css
<style>
span { border-color: #1993DF; }
span { border-color: rgb(25,147,223); }
td.TdClassName
{
border-color: #1993DF;
}
.TagClassName
{
border-color: #1993DF;
}
</style>