Shades of Dodger Blue #1998FA
Tints of Dodger Blue #1998FA
RGB
CMYK
RGB Variations
Color information
#1998FA (or 0x1998FA) is known color: Dodger Blue. HEX triplet: 19, 98 and FA. RGB value is (25,152,250). Sum of RGB (Red+Green+Blue) = 25+152+250=427 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.85% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #1998FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1998FA is #E66705. Grayscale: #7C7C7C. Windows color (decimal): -15099654 or 16422937. OLE color: 16422937.
HSL color Cylindrical-coordinate representation of color #1998FA: hue angle of 206.13º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1998FA is Cyan = 0.9, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 152 | 250 | - |
| CMYK | 0.9 | 0.39 | 0 | 0.02 |
| HSL | 206.13º | 0.96% | 0.54% | - |
| HSV(B) | 206.13º | 0.9% | 0.98% | - |
| XYZ | 28.88 | 29.57 | 94.63 | - |
| YUV | 125.2 | 198.42 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 250 | 0.9 | 0.39 | 0 | 0.02 | 206.13 | 0.96 | 0.54 |
| Hex | 19 | 98 | FA | 5A | 27 | 0 | 2 | CE | 60 | 36 |
| Octal | 31 | 230 | 372 | 132 | 47 | 0 | 2 | 316 | 140 | 66 |
| Binary | 11001 | 10011000 | 11111010 | 1011010 | 100111 | 0 | 10 | 11001110 | 1100000 | 110110 |
Color Harmonies of #1998FA
Complementary color
Monochromatic Colors of #1998FA
Black with #1998FA
Text Example
Text Example
White with #1998FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1998FA; }
p { color: rgb(25,152,250); }
H1.HeaderClassName
{
color: #1998FA;
}
.AnyTagClassName
{
color: #1998FA;
}
</style>
background-color css
<style>
a { background-color: #1998FA; }
a { background-color: rgb(25,152,250); }
div.DivClassName
{
background-color: #1998FA;
}
.BgClassName
{
background-color: #1998FA;
}
</style>
border-color css
<style>
span { border-color: #1998FA; }
span { border-color: rgb(25,152,250); }
td.TdClassName
{
border-color: #1998FA;
}
.TagClassName
{
border-color: #1998FA;
}
</style>