Shades of Dodger Blue #196CFD
Tints of Dodger Blue #196CFD
RGB
CMYK
RGB Variations
Color information
#196CFD (or 0x196CFD) is known color: Dodger Blue. HEX triplet: 19, 6C and FD. RGB value is (25,108,253). Sum of RGB (Red+Green+Blue) = 25+108+253=386 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.48% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #196CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196CFD is #E69302. Grayscale: #636363. Windows color (decimal): -15110915 or 16608281. OLE color: 16608281.
HSL color Cylindrical-coordinate representation of color #196CFD: hue angle of 218.16º 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 #196CFD is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 108 | 253 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.01 |
| HSL | 218.16º | 0.98% | 0.55% | - |
| HSV(B) | 218.16º | 0.9% | 0.99% | - |
| XYZ | 23.49 | 18.02 | 95.17 | - |
| YUV | 99.71 | 214.5 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 253 | 0.90 | 0.57 | 0 | 0.01 | 218.16 | 0.98 | 0.55 |
| Hex | 19 | 6C | FD | 5A | 39 | 0 | 1 | DA | 62 | 37 |
| Octal | 31 | 154 | 375 | 132 | 71 | 0 | 1 | 332 | 142 | 67 |
| Binary | 11001 | 1101100 | 11111101 | 1011010 | 111001 | 0 | 1 | 11011010 | 1100010 | 110111 |
Color Harmonies of #196CFD
Complementary color
Monochromatic Colors of #196CFD
Black with #196CFD
Text Example
Text Example
White with #196CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196CFD; }
p { color: rgb(25,108,253); }
H1.HeaderClassName
{
color: #196CFD;
}
.AnyTagClassName
{
color: #196CFD;
}
</style>
background-color css
<style>
a { background-color: #196CFD; }
a { background-color: rgb(25,108,253); }
div.DivClassName
{
background-color: #196CFD;
}
.BgClassName
{
background-color: #196CFD;
}
</style>
border-color css
<style>
span { border-color: #196CFD; }
span { border-color: rgb(25,108,253); }
td.TdClassName
{
border-color: #196CFD;
}
.TagClassName
{
border-color: #196CFD;
}
</style>