Shades of Dodger Blue #196BF1
Tints of Dodger Blue #196BF1
RGB
CMYK
RGB Variations
Color information
#196BF1 (or 0x196BF1) is known color: Dodger Blue. HEX triplet: 19, 6B and F1. RGB value is (25,107,241). Sum of RGB (Red+Green+Blue) = 25+107+241=373 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.70% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 241 (94.53% from 255 or 64.61% from 373); Max value from RGB is 241 - color contains mainly: blue. Hex color #196BF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196BF1 is #E6940E. Grayscale: #616161. Windows color (decimal): -15111183 or 15821593. OLE color: 15821593.
HSL color Cylindrical-coordinate representation of color #196BF1: hue angle of 217.22º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #196BF1 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 107 | 241 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.05 |
| HSL | 217.22º | 0.89% | 0.52% | - |
| HSV(B) | 217.22º | 0.9% | 0.95% | - |
| XYZ | 21.54 | 17.07 | 85.38 | - |
| YUV | 97.76 | 208.83 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 241 | 0.90 | 0.56 | 0 | 0.05 | 217.22 | 0.89 | 0.52 |
| Hex | 19 | 6B | F1 | 5A | 38 | 0 | 5 | D9 | 59 | 34 |
| Octal | 31 | 153 | 361 | 132 | 70 | 0 | 5 | 331 | 131 | 64 |
| Binary | 11001 | 1101011 | 11110001 | 1011010 | 111000 | 0 | 101 | 11011001 | 1011001 | 110100 |
Color Harmonies of #196BF1
Complementary color
Monochromatic Colors of #196BF1
Black with #196BF1
Text Example
Text Example
White with #196BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196BF1; }
p { color: rgb(25,107,241); }
H1.HeaderClassName
{
color: #196BF1;
}
.AnyTagClassName
{
color: #196BF1;
}
</style>
background-color css
<style>
a { background-color: #196BF1; }
a { background-color: rgb(25,107,241); }
div.DivClassName
{
background-color: #196BF1;
}
.BgClassName
{
background-color: #196BF1;
}
</style>
border-color css
<style>
span { border-color: #196BF1; }
span { border-color: rgb(25,107,241); }
td.TdClassName
{
border-color: #196BF1;
}
.TagClassName
{
border-color: #196BF1;
}
</style>