Shades of Dodger Blue #197EEF
Tints of Dodger Blue #197EEF
RGB
CMYK
RGB Variations
Color information
#197EEF (or 0x197EEF) is known color: Dodger Blue. HEX triplet: 19, 7E and EF. RGB value is (25,126,239). Sum of RGB (Red+Green+Blue) = 25+126+239=390 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.41% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #197EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197EEF is #E68110. Grayscale: #6C6C6C. Windows color (decimal): -15106321 or 15695385. OLE color: 15695385.
HSL color Cylindrical-coordinate representation of color #197EEF: hue angle of 211.68º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197EEF is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 126 | 239 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.06 |
| HSL | 211.68º | 0.87% | 0.52% | - |
| HSV(B) | 211.68º | 0.9% | 0.94% | - |
| XYZ | 23.44 | 21.36 | 84.55 | - |
| YUV | 108.68 | 201.54 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 126 | 239 | 0.90 | 0.47 | 0 | 0.06 | 211.68 | 0.87 | 0.52 |
| Hex | 19 | 7E | EF | 5A | 2F | 0 | 6 | D4 | 57 | 34 |
| Octal | 31 | 176 | 357 | 132 | 57 | 0 | 6 | 324 | 127 | 64 |
| Binary | 11001 | 1111110 | 11101111 | 1011010 | 101111 | 0 | 110 | 11010100 | 1010111 | 110100 |
Color Harmonies of #197EEF
Complementary color
Monochromatic Colors of #197EEF
Black with #197EEF
Text Example
Text Example
White with #197EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197EEF; }
p { color: rgb(25,126,239); }
H1.HeaderClassName
{
color: #197EEF;
}
.AnyTagClassName
{
color: #197EEF;
}
</style>
background-color css
<style>
a { background-color: #197EEF; }
a { background-color: rgb(25,126,239); }
div.DivClassName
{
background-color: #197EEF;
}
.BgClassName
{
background-color: #197EEF;
}
</style>
border-color css
<style>
span { border-color: #197EEF; }
span { border-color: rgb(25,126,239); }
td.TdClassName
{
border-color: #197EEF;
}
.TagClassName
{
border-color: #197EEF;
}
</style>