Shades of Dodger Blue #197BFE
Tints of Dodger Blue #197BFE
RGB
CMYK
RGB Variations
Color information
#197BFE (or 0x197BFE) is known color: Dodger Blue. HEX triplet: 19, 7B and FE. RGB value is (25,123,254). Sum of RGB (Red+Green+Blue) = 25+123+254=402 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.22% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #197BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197BFE is #E68401. Grayscale: #6C6C6C. Windows color (decimal): -15107074 or 16677657. OLE color: 16677657.
HSL color Cylindrical-coordinate representation of color #197BFE: hue angle of 214.32º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197BFE is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 123 | 254 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.00 |
| HSL | 214.32º | 0.99% | 0.55% | - |
| HSV(B) | 214.32º | 0.9% | 1% | - |
| XYZ | 25.37 | 21.53 | 96.58 | - |
| YUV | 108.63 | 210.03 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 254 | 0.90 | 0.52 | 0 | 0.00 | 214.32 | 0.99 | 0.55 |
| Hex | 19 | 7B | FE | 5A | 34 | 0 | 0 | D6 | 63 | 37 |
| Octal | 31 | 173 | 376 | 132 | 64 | 0 | 0 | 326 | 143 | 67 |
| Binary | 11001 | 1111011 | 11111110 | 1011010 | 110100 | 0 | 0 | 11010110 | 1100011 | 110111 |
Color Harmonies of #197BFE
Complementary color
Monochromatic Colors of #197BFE
Black with #197BFE
Text Example
Text Example
White with #197BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197BFE; }
p { color: rgb(25,123,254); }
H1.HeaderClassName
{
color: #197BFE;
}
.AnyTagClassName
{
color: #197BFE;
}
</style>
background-color css
<style>
a { background-color: #197BFE; }
a { background-color: rgb(25,123,254); }
div.DivClassName
{
background-color: #197BFE;
}
.BgClassName
{
background-color: #197BFE;
}
</style>
border-color css
<style>
span { border-color: #197BFE; }
span { border-color: rgb(25,123,254); }
td.TdClassName
{
border-color: #197BFE;
}
.TagClassName
{
border-color: #197BFE;
}
</style>