Shades of Dodger Blue #197BEC
Tints of Dodger Blue #197BEC
RGB
CMYK
RGB Variations
Color information
#197BEC (or 0x197BEC) is known color: Dodger Blue. HEX triplet: 19, 7B and EC. RGB value is (25,123,236). Sum of RGB (Red+Green+Blue) = 25+123+236=384 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.51% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #197BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197BEC is #E68413. Grayscale: #6A6A6A. Windows color (decimal): -15107092 or 15498009. OLE color: 15498009.
HSL color Cylindrical-coordinate representation of color #197BEC: hue angle of 212.13º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197BEC is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 123 | 236 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.07 |
| HSL | 212.13º | 0.85% | 0.51% | - |
| HSV(B) | 212.13º | 0.89% | 0.93% | - |
| XYZ | 22.62 | 20.43 | 82.11 | - |
| YUV | 106.58 | 201.03 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 236 | 0.89 | 0.48 | 0 | 0.07 | 212.13 | 0.85 | 0.51 |
| Hex | 19 | 7B | EC | 59 | 30 | 0 | 7 | D4 | 55 | 33 |
| Octal | 31 | 173 | 354 | 131 | 60 | 0 | 7 | 324 | 125 | 63 |
| Binary | 11001 | 1111011 | 11101100 | 1011001 | 110000 | 0 | 111 | 11010100 | 1010101 | 110011 |
Color Harmonies of #197BEC
Complementary color
Monochromatic Colors of #197BEC
Black with #197BEC
Text Example
Text Example
White with #197BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197BEC; }
p { color: rgb(25,123,236); }
H1.HeaderClassName
{
color: #197BEC;
}
.AnyTagClassName
{
color: #197BEC;
}
</style>
background-color css
<style>
a { background-color: #197BEC; }
a { background-color: rgb(25,123,236); }
div.DivClassName
{
background-color: #197BEC;
}
.BgClassName
{
background-color: #197BEC;
}
</style>
border-color css
<style>
span { border-color: #197BEC; }
span { border-color: rgb(25,123,236); }
td.TdClassName
{
border-color: #197BEC;
}
.TagClassName
{
border-color: #197BEC;
}
</style>