Shades of Dodger Blue #1966FC
Tints of Dodger Blue #1966FC
RGB
CMYK
RGB Variations
Color information
#1966FC (or 0x1966FC) is known color: Dodger Blue. HEX triplet: 19, 66 and FC. RGB value is (25,102,252). Sum of RGB (Red+Green+Blue) = 25+102+252=379 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.60% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #1966FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1966FC is #E69903. Grayscale: #5F5F5F. Windows color (decimal): -15112452 or 16541209. OLE color: 16541209.
HSL color Cylindrical-coordinate representation of color #1966FC: hue angle of 219.65º 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 #1966FC is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 102 | 252 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.01 |
| HSL | 219.65º | 0.97% | 0.54% | - |
| HSV(B) | 219.65º | 0.9% | 0.99% | - |
| XYZ | 22.72 | 16.74 | 94.13 | - |
| YUV | 96.08 | 215.99 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 252 | 0.90 | 0.60 | 0 | 0.01 | 219.65 | 0.97 | 0.54 |
| Hex | 19 | 66 | FC | 5A | 3C | 0 | 1 | DC | 61 | 36 |
| Octal | 31 | 146 | 374 | 132 | 74 | 0 | 1 | 334 | 141 | 66 |
| Binary | 11001 | 1100110 | 11111100 | 1011010 | 111100 | 0 | 1 | 11011100 | 1100001 | 110110 |
Color Harmonies of #1966FC
Complementary color
Monochromatic Colors of #1966FC
Black with #1966FC
Text Example
Text Example
White with #1966FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1966FC; }
p { color: rgb(25,102,252); }
H1.HeaderClassName
{
color: #1966FC;
}
.AnyTagClassName
{
color: #1966FC;
}
</style>
background-color css
<style>
a { background-color: #1966FC; }
a { background-color: rgb(25,102,252); }
div.DivClassName
{
background-color: #1966FC;
}
.BgClassName
{
background-color: #1966FC;
}
</style>
border-color css
<style>
span { border-color: #1966FC; }
span { border-color: rgb(25,102,252); }
td.TdClassName
{
border-color: #1966FC;
}
.TagClassName
{
border-color: #1966FC;
}
</style>