Shades of Dodger Blue #197BFD
Tints of Dodger Blue #197BFD
RGB
CMYK
RGB Variations
Color information
#197BFD (or 0x197BFD) is known color: Dodger Blue. HEX triplet: 19, 7B and FD. RGB value is (25,123,253). Sum of RGB (Red+Green+Blue) = 25+123+253=401 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.23% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #197BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197BFD is #E68402. Grayscale: #6B6B6B. Windows color (decimal): -15107075 or 16612121. OLE color: 16612121.
HSL color Cylindrical-coordinate representation of color #197BFD: hue angle of 214.21º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197BFD is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 123 | 253 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.01 |
| HSL | 214.21º | 0.98% | 0.55% | - |
| HSV(B) | 214.21º | 0.9% | 0.99% | - |
| XYZ | 25.21 | 21.46 | 95.74 | - |
| YUV | 108.52 | 209.53 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 253 | 0.90 | 0.51 | 0 | 0.01 | 214.21 | 0.98 | 0.55 |
| Hex | 19 | 7B | FD | 5A | 33 | 0 | 1 | D6 | 62 | 37 |
| Octal | 31 | 173 | 375 | 132 | 63 | 0 | 1 | 326 | 142 | 67 |
| Binary | 11001 | 1111011 | 11111101 | 1011010 | 110011 | 0 | 1 | 11010110 | 1100010 | 110111 |
Color Harmonies of #197BFD
Complementary color
Monochromatic Colors of #197BFD
Black with #197BFD
Text Example
Text Example
White with #197BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197BFD; }
p { color: rgb(25,123,253); }
H1.HeaderClassName
{
color: #197BFD;
}
.AnyTagClassName
{
color: #197BFD;
}
</style>
background-color css
<style>
a { background-color: #197BFD; }
a { background-color: rgb(25,123,253); }
div.DivClassName
{
background-color: #197BFD;
}
.BgClassName
{
background-color: #197BFD;
}
</style>
border-color css
<style>
span { border-color: #197BFD; }
span { border-color: rgb(25,123,253); }
td.TdClassName
{
border-color: #197BFD;
}
.TagClassName
{
border-color: #197BFD;
}
</style>