Shades of Dodger Blue #1998FF
Tints of Dodger Blue #1998FF
RGB
CMYK
RGB Variations
Color information
#1998FF (or 0x1998FF) is known color: Dodger Blue. HEX triplet: 19, 98 and FF. RGB value is (25,152,255). Sum of RGB (Red+Green+Blue) = 25+152+255=432 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.79% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #1998FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1998FF is #E66700. Grayscale: #7D7D7D. Windows color (decimal): -15099649 or 16750617. OLE color: 16750617.
HSL color Cylindrical-coordinate representation of color #1998FF: hue angle of 206.87º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1998FF is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 152 | 255 | - |
| CMYK | 0.90 | 0.40 | 0 | 0 |
| HSL | 206.87º | 1% | 0.55% | - |
| HSV(B) | 206.87º | 0.9% | 1% | - |
| XYZ | 29.68 | 29.88 | 98.81 | - |
| YUV | 125.77 | 200.92 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 255 | 0.90 | 0.40 | 0 | 0 | 206.87 | 1 | 0.55 |
| Hex | 19 | 98 | FF | 5A | 28 | 0 | 0 | CF | 64 | 37 |
| Octal | 31 | 230 | 377 | 132 | 50 | 0 | 0 | 317 | 144 | 67 |
| Binary | 11001 | 10011000 | 11111111 | 1011010 | 101000 | 0 | 0 | 11001111 | 1100100 | 110111 |
Color Harmonies of #1998FF
Complementary color
Monochromatic Colors of #1998FF
Black with #1998FF
Text Example
Text Example
White with #1998FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1998FF; }
p { color: rgb(25,152,255); }
H1.HeaderClassName
{
color: #1998FF;
}
.AnyTagClassName
{
color: #1998FF;
}
</style>
background-color css
<style>
a { background-color: #1998FF; }
a { background-color: rgb(25,152,255); }
div.DivClassName
{
background-color: #1998FF;
}
.BgClassName
{
background-color: #1998FF;
}
</style>
border-color css
<style>
span { border-color: #1998FF; }
span { border-color: rgb(25,152,255); }
td.TdClassName
{
border-color: #1998FF;
}
.TagClassName
{
border-color: #1998FF;
}
</style>