Shades of Dodger Blue #1998FD
Tints of Dodger Blue #1998FD
RGB
CMYK
RGB Variations
Color information
#1998FD (or 0x1998FD) is known color: Dodger Blue. HEX triplet: 19, 98 and FD. RGB value is (25,152,253). Sum of RGB (Red+Green+Blue) = 25+152+253=430 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.81% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #1998FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1998FD is #E66702. Grayscale: #7D7D7D. Windows color (decimal): -15099651 or 16619545. OLE color: 16619545.
HSL color Cylindrical-coordinate representation of color #1998FD: hue angle of 206.58º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1998FD is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 152 | 253 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.01 |
| HSL | 206.58º | 0.98% | 0.55% | - |
| HSV(B) | 206.58º | 0.9% | 0.99% | - |
| XYZ | 29.36 | 29.76 | 97.12 | - |
| YUV | 125.54 | 199.92 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 253 | 0.90 | 0.40 | 0 | 0.01 | 206.58 | 0.98 | 0.55 |
| Hex | 19 | 98 | FD | 5A | 28 | 0 | 1 | CF | 62 | 37 |
| Octal | 31 | 230 | 375 | 132 | 50 | 0 | 1 | 317 | 142 | 67 |
| Binary | 11001 | 10011000 | 11111101 | 1011010 | 101000 | 0 | 1 | 11001111 | 1100010 | 110111 |
Color Harmonies of #1998FD
Complementary color
Monochromatic Colors of #1998FD
Black with #1998FD
Text Example
Text Example
White with #1998FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1998FD; }
p { color: rgb(25,152,253); }
H1.HeaderClassName
{
color: #1998FD;
}
.AnyTagClassName
{
color: #1998FD;
}
</style>
background-color css
<style>
a { background-color: #1998FD; }
a { background-color: rgb(25,152,253); }
div.DivClassName
{
background-color: #1998FD;
}
.BgClassName
{
background-color: #1998FD;
}
</style>
border-color css
<style>
span { border-color: #1998FD; }
span { border-color: rgb(25,152,253); }
td.TdClassName
{
border-color: #1998FD;
}
.TagClassName
{
border-color: #1998FD;
}
</style>