Shades of Dodger Blue #197BEB
Tints of Dodger Blue #197BEB
RGB
CMYK
RGB Variations
Color information
#197BEB (or 0x197BEB) is known color: Dodger Blue. HEX triplet: 19, 7B and EB. RGB value is (25,123,235). Sum of RGB (Red+Green+Blue) = 25+123+235=383 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.53% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #197BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197BEB is #E68414. Grayscale: #696969. Windows color (decimal): -15107093 or 15432473. OLE color: 15432473.
HSL color Cylindrical-coordinate representation of color #197BEB: hue angle of 212º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197BEB is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 123 | 235 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.08 |
| HSL | 212º | 0.84% | 0.51% | - |
| HSV(B) | 212º | 0.89% | 0.92% | - |
| XYZ | 22.48 | 20.37 | 81.34 | - |
| YUV | 106.47 | 200.53 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 235 | 0.89 | 0.48 | 0 | 0.08 | 212 | 0.84 | 0.51 |
| Hex | 19 | 7B | EB | 59 | 30 | 0 | 8 | D4 | 54 | 33 |
| Octal | 31 | 173 | 353 | 131 | 60 | 0 | 10 | 324 | 124 | 63 |
| Binary | 11001 | 1111011 | 11101011 | 1011001 | 110000 | 0 | 1000 | 11010100 | 1010100 | 110011 |
Color Harmonies of #197BEB
Complementary color
Monochromatic Colors of #197BEB
Black with #197BEB
Text Example
Text Example
White with #197BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197BEB; }
p { color: rgb(25,123,235); }
H1.HeaderClassName
{
color: #197BEB;
}
.AnyTagClassName
{
color: #197BEB;
}
</style>
background-color css
<style>
a { background-color: #197BEB; }
a { background-color: rgb(25,123,235); }
div.DivClassName
{
background-color: #197BEB;
}
.BgClassName
{
background-color: #197BEB;
}
</style>
border-color css
<style>
span { border-color: #197BEB; }
span { border-color: rgb(25,123,235); }
td.TdClassName
{
border-color: #197BEB;
}
.TagClassName
{
border-color: #197BEB;
}
</style>