Shades of Dodger Blue #1968FA
Tints of Dodger Blue #1968FA
RGB
CMYK
RGB Variations
Color information
#1968FA (or 0x1968FA) is known color: Dodger Blue. HEX triplet: 19, 68 and FA. RGB value is (25,104,250). Sum of RGB (Red+Green+Blue) = 25+104+250=379 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.60% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #1968FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1968FA is #E69705. Grayscale: #606060. Windows color (decimal): -15111942 or 16410649. OLE color: 16410649.
HSL color Cylindrical-coordinate representation of color #1968FA: hue angle of 218.93º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1968FA is Cyan = 0.9, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 104 | 250 | - |
| CMYK | 0.9 | 0.58 | 0 | 0.02 |
| HSL | 218.93º | 0.96% | 0.54% | - |
| HSV(B) | 218.93º | 0.9% | 0.98% | - |
| XYZ | 22.61 | 17.01 | 92.53 | - |
| YUV | 97.02 | 214.33 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 250 | 0.9 | 0.58 | 0 | 0.02 | 218.93 | 0.96 | 0.54 |
| Hex | 19 | 68 | FA | 5A | 3A | 0 | 2 | DB | 60 | 36 |
| Octal | 31 | 150 | 372 | 132 | 72 | 0 | 2 | 333 | 140 | 66 |
| Binary | 11001 | 1101000 | 11111010 | 1011010 | 111010 | 0 | 10 | 11011011 | 1100000 | 110110 |
Color Harmonies of #1968FA
Complementary color
Monochromatic Colors of #1968FA
Black with #1968FA
Text Example
Text Example
White with #1968FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1968FA; }
p { color: rgb(25,104,250); }
H1.HeaderClassName
{
color: #1968FA;
}
.AnyTagClassName
{
color: #1968FA;
}
</style>
background-color css
<style>
a { background-color: #1968FA; }
a { background-color: rgb(25,104,250); }
div.DivClassName
{
background-color: #1968FA;
}
.BgClassName
{
background-color: #1968FA;
}
</style>
border-color css
<style>
span { border-color: #1968FA; }
span { border-color: rgb(25,104,250); }
td.TdClassName
{
border-color: #1968FA;
}
.TagClassName
{
border-color: #1968FA;
}
</style>