Shades of Dodger Blue #1997FA
Tints of Dodger Blue #1997FA
RGB
CMYK
RGB Variations
Color information
#1997FA (or 0x1997FA) is known color: Dodger Blue. HEX triplet: 19, 97 and FA. RGB value is (25,151,250). Sum of RGB (Red+Green+Blue) = 25+151+250=426 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.87% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #1997FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1997FA is #E66805. Grayscale: #7C7C7C. Windows color (decimal): -15099910 or 16422681. OLE color: 16422681.
HSL color Cylindrical-coordinate representation of color #1997FA: hue angle of 206.4º 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 #1997FA is Cyan = 0.9, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 151 | 250 | - |
| CMYK | 0.9 | 0.40 | 0 | 0.02 |
| HSL | 206.4º | 0.96% | 0.54% | - |
| HSV(B) | 206.4º | 0.9% | 0.98% | - |
| XYZ | 28.72 | 29.24 | 94.57 | - |
| YUV | 124.61 | 198.76 | 56.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 151 | 250 | 0.9 | 0.40 | 0 | 0.02 | 206.4 | 0.96 | 0.54 |
| Hex | 19 | 97 | FA | 5A | 28 | 0 | 2 | CE | 60 | 36 |
| Octal | 31 | 227 | 372 | 132 | 50 | 0 | 2 | 316 | 140 | 66 |
| Binary | 11001 | 10010111 | 11111010 | 1011010 | 101000 | 0 | 10 | 11001110 | 1100000 | 110110 |
Color Harmonies of #1997FA
Complementary color
Monochromatic Colors of #1997FA
Black with #1997FA
Text Example
Text Example
White with #1997FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1997FA; }
p { color: rgb(25,151,250); }
H1.HeaderClassName
{
color: #1997FA;
}
.AnyTagClassName
{
color: #1997FA;
}
</style>
background-color css
<style>
a { background-color: #1997FA; }
a { background-color: rgb(25,151,250); }
div.DivClassName
{
background-color: #1997FA;
}
.BgClassName
{
background-color: #1997FA;
}
</style>
border-color css
<style>
span { border-color: #1997FA; }
span { border-color: rgb(25,151,250); }
td.TdClassName
{
border-color: #1997FA;
}
.TagClassName
{
border-color: #1997FA;
}
</style>