Shades of Dodger Blue #196CFC
Tints of Dodger Blue #196CFC
RGB
CMYK
RGB Variations
Color information
#196CFC (or 0x196CFC) is known color: Dodger Blue. HEX triplet: 19, 6C and FC. RGB value is (25,108,252). Sum of RGB (Red+Green+Blue) = 25+108+252=385 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.49% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #196CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196CFC is #E69303. Grayscale: #626262. Windows color (decimal): -15110916 or 16542745. OLE color: 16542745.
HSL color Cylindrical-coordinate representation of color #196CFC: hue angle of 218.06º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #196CFC is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 108 | 252 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.01 |
| HSL | 218.06º | 0.97% | 0.54% | - |
| HSV(B) | 218.06º | 0.9% | 0.99% | - |
| XYZ | 23.33 | 17.96 | 94.33 | - |
| YUV | 99.6 | 214 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 252 | 0.90 | 0.57 | 0 | 0.01 | 218.06 | 0.97 | 0.54 |
| Hex | 19 | 6C | FC | 5A | 39 | 0 | 1 | DA | 61 | 36 |
| Octal | 31 | 154 | 374 | 132 | 71 | 0 | 1 | 332 | 141 | 66 |
| Binary | 11001 | 1101100 | 11111100 | 1011010 | 111001 | 0 | 1 | 11011010 | 1100001 | 110110 |
Color Harmonies of #196CFC
Complementary color
Monochromatic Colors of #196CFC
Black with #196CFC
Text Example
Text Example
White with #196CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196CFC; }
p { color: rgb(25,108,252); }
H1.HeaderClassName
{
color: #196CFC;
}
.AnyTagClassName
{
color: #196CFC;
}
</style>
background-color css
<style>
a { background-color: #196CFC; }
a { background-color: rgb(25,108,252); }
div.DivClassName
{
background-color: #196CFC;
}
.BgClassName
{
background-color: #196CFC;
}
</style>
border-color css
<style>
span { border-color: #196CFC; }
span { border-color: rgb(25,108,252); }
td.TdClassName
{
border-color: #196CFC;
}
.TagClassName
{
border-color: #196CFC;
}
</style>