Shades of Dodger Blue #1998DF
Tints of Dodger Blue #1998DF
RGB
CMYK
RGB Variations
Color information
#1998DF (or 0x1998DF) is known color: Dodger Blue. HEX triplet: 19, 98 and DF. RGB value is (25,152,223). Sum of RGB (Red+Green+Blue) = 25+152+223=400 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.25% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #1998DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1998DF is #E66720. Grayscale: #797979. Windows color (decimal): -15099681 or 14653465. OLE color: 14653465.
HSL color Cylindrical-coordinate representation of color #1998DF: hue angle of 201.52º 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 #1998DF is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 152 | 223 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.13 |
| HSL | 201.52º | 0.8% | 0.49% | - |
| HSV(B) | 201.52º | 0.89% | 0.87% | - |
| XYZ | 24.95 | 27.99 | 73.9 | - |
| YUV | 122.12 | 184.92 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 223 | 0.89 | 0.32 | 0 | 0.13 | 201.52 | 0.8 | 0.49 |
| Hex | 19 | 98 | DF | 59 | 20 | 0 | D | CA | 50 | 31 |
| Octal | 31 | 230 | 337 | 131 | 40 | 0 | 15 | 312 | 120 | 61 |
| Binary | 11001 | 10011000 | 11011111 | 1011001 | 100000 | 0 | 1101 | 11001010 | 1010000 | 110001 |
Color Harmonies of #1998DF
Complementary color
Monochromatic Colors of #1998DF
Black with #1998DF
Text Example
Text Example
White with #1998DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1998DF; }
p { color: rgb(25,152,223); }
H1.HeaderClassName
{
color: #1998DF;
}
.AnyTagClassName
{
color: #1998DF;
}
</style>
background-color css
<style>
a { background-color: #1998DF; }
a { background-color: rgb(25,152,223); }
div.DivClassName
{
background-color: #1998DF;
}
.BgClassName
{
background-color: #1998DF;
}
</style>
border-color css
<style>
span { border-color: #1998DF; }
span { border-color: rgb(25,152,223); }
td.TdClassName
{
border-color: #1998DF;
}
.TagClassName
{
border-color: #1998DF;
}
</style>