Shades of Dodger Blue #196BFE
Tints of Dodger Blue #196BFE
RGB
CMYK
RGB Variations
Color information
#196BFE (or 0x196BFE) is known color: Dodger Blue. HEX triplet: 19, 6B and FE. RGB value is (25,107,254). Sum of RGB (Red+Green+Blue) = 25+107+254=386 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.48% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #196BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196BFE is #E69401. Grayscale: #626262. Windows color (decimal): -15111170 or 16673561. OLE color: 16673561.
HSL color Cylindrical-coordinate representation of color #196BFE: hue angle of 218.52º 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 #196BFE is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 107 | 254 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.00 |
| HSL | 218.52º | 0.99% | 0.55% | - |
| HSV(B) | 218.52º | 0.9% | 1% | - |
| XYZ | 23.55 | 17.88 | 95.98 | - |
| YUV | 99.24 | 215.33 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 254 | 0.90 | 0.58 | 0 | 0.00 | 218.52 | 0.99 | 0.55 |
| Hex | 19 | 6B | FE | 5A | 3A | 0 | 0 | DB | 63 | 37 |
| Octal | 31 | 153 | 376 | 132 | 72 | 0 | 0 | 333 | 143 | 67 |
| Binary | 11001 | 1101011 | 11111110 | 1011010 | 111010 | 0 | 0 | 11011011 | 1100011 | 110111 |
Color Harmonies of #196BFE
Complementary color
Monochromatic Colors of #196BFE
Black with #196BFE
Text Example
Text Example
White with #196BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196BFE; }
p { color: rgb(25,107,254); }
H1.HeaderClassName
{
color: #196BFE;
}
.AnyTagClassName
{
color: #196BFE;
}
</style>
background-color css
<style>
a { background-color: #196BFE; }
a { background-color: rgb(25,107,254); }
div.DivClassName
{
background-color: #196BFE;
}
.BgClassName
{
background-color: #196BFE;
}
</style>
border-color css
<style>
span { border-color: #196BFE; }
span { border-color: rgb(25,107,254); }
td.TdClassName
{
border-color: #196BFE;
}
.TagClassName
{
border-color: #196BFE;
}
</style>