Shades of Dodger Blue #197CED
Tints of Dodger Blue #197CED
RGB
CMYK
RGB Variations
Color information
#197CED (or 0x197CED) is known color: Dodger Blue. HEX triplet: 19, 7C and ED. RGB value is (25,124,237). Sum of RGB (Red+Green+Blue) = 25+124+237=386 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.48% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #197CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197CED is #E68312. Grayscale: #6A6A6A. Windows color (decimal): -15106835 or 15563801. OLE color: 15563801.
HSL color Cylindrical-coordinate representation of color #197CED: hue angle of 211.98º 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 #197CED is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 124 | 237 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.07 |
| HSL | 211.98º | 0.85% | 0.51% | - |
| HSV(B) | 211.98º | 0.89% | 0.93% | - |
| XYZ | 22.89 | 20.74 | 82.92 | - |
| YUV | 107.28 | 201.2 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 237 | 0.89 | 0.48 | 0 | 0.07 | 211.98 | 0.85 | 0.51 |
| Hex | 19 | 7C | ED | 59 | 30 | 0 | 7 | D4 | 55 | 33 |
| Octal | 31 | 174 | 355 | 131 | 60 | 0 | 7 | 324 | 125 | 63 |
| Binary | 11001 | 1111100 | 11101101 | 1011001 | 110000 | 0 | 111 | 11010100 | 1010101 | 110011 |
Color Harmonies of #197CED
Complementary color
Monochromatic Colors of #197CED
Black with #197CED
Text Example
Text Example
White with #197CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197CED; }
p { color: rgb(25,124,237); }
H1.HeaderClassName
{
color: #197CED;
}
.AnyTagClassName
{
color: #197CED;
}
</style>
background-color css
<style>
a { background-color: #197CED; }
a { background-color: rgb(25,124,237); }
div.DivClassName
{
background-color: #197CED;
}
.BgClassName
{
background-color: #197CED;
}
</style>
border-color css
<style>
span { border-color: #197CED; }
span { border-color: rgb(25,124,237); }
td.TdClassName
{
border-color: #197CED;
}
.TagClassName
{
border-color: #197CED;
}
</style>