Shades of Dodger Blue #1998FB
Tints of Dodger Blue #1998FB
RGB
CMYK
RGB Variations
Color information
#1998FB (or 0x1998FB) is known color: Dodger Blue. HEX triplet: 19, 98 and FB. RGB value is (25,152,251). Sum of RGB (Red+Green+Blue) = 25+152+251=428 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.84% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #1998FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1998FB is #E66704. Grayscale: #7C7C7C. Windows color (decimal): -15099653 or 16488473. OLE color: 16488473.
HSL color Cylindrical-coordinate representation of color #1998FB: hue angle of 206.28º degrees, saturation: 0.97, 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 #1998FB is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 152 | 251 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.02 |
| HSL | 206.28º | 0.97% | 0.54% | - |
| HSV(B) | 206.28º | 0.9% | 0.98% | - |
| XYZ | 29.04 | 29.63 | 95.45 | - |
| YUV | 125.31 | 198.92 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 251 | 0.90 | 0.39 | 0 | 0.02 | 206.28 | 0.97 | 0.54 |
| Hex | 19 | 98 | FB | 5A | 27 | 0 | 2 | CE | 61 | 36 |
| Octal | 31 | 230 | 373 | 132 | 47 | 0 | 2 | 316 | 141 | 66 |
| Binary | 11001 | 10011000 | 11111011 | 1011010 | 100111 | 0 | 10 | 11001110 | 1100001 | 110110 |
Color Harmonies of #1998FB
Complementary color
Monochromatic Colors of #1998FB
Black with #1998FB
Text Example
Text Example
White with #1998FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1998FB; }
p { color: rgb(25,152,251); }
H1.HeaderClassName
{
color: #1998FB;
}
.AnyTagClassName
{
color: #1998FB;
}
</style>
background-color css
<style>
a { background-color: #1998FB; }
a { background-color: rgb(25,152,251); }
div.DivClassName
{
background-color: #1998FB;
}
.BgClassName
{
background-color: #1998FB;
}
</style>
border-color css
<style>
span { border-color: #1998FB; }
span { border-color: rgb(25,152,251); }
td.TdClassName
{
border-color: #1998FB;
}
.TagClassName
{
border-color: #1998FB;
}
</style>