Shades of Dodger Blue #1964FA
Tints of Dodger Blue #1964FA
RGB
CMYK
RGB Variations
Color information
#1964FA (or 0x1964FA) is known color: Dodger Blue. HEX triplet: 19, 64 and FA. RGB value is (25,100,250). Sum of RGB (Red+Green+Blue) = 25+100+250=375 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.67% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #1964FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1964FA is #E69B05. Grayscale: #5E5E5E. Windows color (decimal): -15112966 or 16409625. OLE color: 16409625.
HSL color Cylindrical-coordinate representation of color #1964FA: hue angle of 220º 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 #1964FA is Cyan = 0.9, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 100 | 250 | - |
| CMYK | 0.9 | 0.6 | 0 | 0.02 |
| HSL | 220º | 0.96% | 0.54% | - |
| HSV(B) | 220º | 0.9% | 0.98% | - |
| XYZ | 22.21 | 16.22 | 92.4 | - |
| YUV | 94.68 | 215.65 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 250 | 0.9 | 0.6 | 0 | 0.02 | 220 | 0.96 | 0.54 |
| Hex | 19 | 64 | FA | 5A | 3C | 0 | 2 | DC | 60 | 36 |
| Octal | 31 | 144 | 372 | 132 | 74 | 0 | 2 | 334 | 140 | 66 |
| Binary | 11001 | 1100100 | 11111010 | 1011010 | 111100 | 0 | 10 | 11011100 | 1100000 | 110110 |
Color Harmonies of #1964FA
Complementary color
Monochromatic Colors of #1964FA
Black with #1964FA
Text Example
Text Example
White with #1964FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1964FA; }
p { color: rgb(25,100,250); }
H1.HeaderClassName
{
color: #1964FA;
}
.AnyTagClassName
{
color: #1964FA;
}
</style>
background-color css
<style>
a { background-color: #1964FA; }
a { background-color: rgb(25,100,250); }
div.DivClassName
{
background-color: #1964FA;
}
.BgClassName
{
background-color: #1964FA;
}
</style>
border-color css
<style>
span { border-color: #1964FA; }
span { border-color: rgb(25,100,250); }
td.TdClassName
{
border-color: #1964FA;
}
.TagClassName
{
border-color: #1964FA;
}
</style>