Shades of Dodger Blue #197BE2
Tints of Dodger Blue #197BE2
RGB
CMYK
RGB Variations
Color information
#197BE2 (or 0x197BE2) is known color: Dodger Blue. HEX triplet: 19, 7B and E2. RGB value is (25,123,226). Sum of RGB (Red+Green+Blue) = 25+123+226=374 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.68% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 226 (88.67% from 255 or 60.43% from 374); Max value from RGB is 226 - color contains mainly: blue. Hex color #197BE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197BE2 is #E6841D. Grayscale: #686868. Windows color (decimal): -15107102 or 14842649. OLE color: 14842649.
HSL color Cylindrical-coordinate representation of color #197BE2: hue angle of 210.75º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197BE2 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 123 | 226 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.11 |
| HSL | 210.75º | 0.8% | 0.49% | - |
| HSV(B) | 210.75º | 0.89% | 0.89% | - |
| XYZ | 21.21 | 19.86 | 74.67 | - |
| YUV | 105.44 | 196.03 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 226 | 0.89 | 0.46 | 0 | 0.11 | 210.75 | 0.8 | 0.49 |
| Hex | 19 | 7B | E2 | 59 | 2E | 0 | B | D3 | 50 | 31 |
| Octal | 31 | 173 | 342 | 131 | 56 | 0 | 13 | 323 | 120 | 61 |
| Binary | 11001 | 1111011 | 11100010 | 1011001 | 101110 | 0 | 1011 | 11010011 | 1010000 | 110001 |
Color Harmonies of #197BE2
Complementary color
Monochromatic Colors of #197BE2
Black with #197BE2
Text Example
Text Example
White with #197BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197BE2; }
p { color: rgb(25,123,226); }
H1.HeaderClassName
{
color: #197BE2;
}
.AnyTagClassName
{
color: #197BE2;
}
</style>
background-color css
<style>
a { background-color: #197BE2; }
a { background-color: rgb(25,123,226); }
div.DivClassName
{
background-color: #197BE2;
}
.BgClassName
{
background-color: #197BE2;
}
</style>
border-color css
<style>
span { border-color: #197BE2; }
span { border-color: rgb(25,123,226); }
td.TdClassName
{
border-color: #197BE2;
}
.TagClassName
{
border-color: #197BE2;
}
</style>