Shades of Dodger Blue #1964FF
Tints of Dodger Blue #1964FF
RGB
CMYK
RGB Variations
Color information
#1964FF (or 0x1964FF) is known color: Dodger Blue. HEX triplet: 19, 64 and FF. RGB value is (25,100,255). Sum of RGB (Red+Green+Blue) = 25+100+255=380 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.58% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #1964FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1964FF is #E69B00. Grayscale: #5E5E5E. Windows color (decimal): -15112961 or 16737305. OLE color: 16737305.
HSL color Cylindrical-coordinate representation of color #1964FF: hue angle of 220.43º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1964FF is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 100 | 255 | - |
| CMYK | 0.90 | 0.61 | 0 | 0 |
| HSL | 220.43º | 1% | 0.55% | - |
| HSV(B) | 220.43º | 0.9% | 1% | - |
| XYZ | 23.01 | 16.54 | 96.59 | - |
| YUV | 95.25 | 218.15 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 255 | 0.90 | 0.61 | 0 | 0 | 220.43 | 1 | 0.55 |
| Hex | 19 | 64 | FF | 5A | 3D | 0 | 0 | DC | 64 | 37 |
| Octal | 31 | 144 | 377 | 132 | 75 | 0 | 0 | 334 | 144 | 67 |
| Binary | 11001 | 1100100 | 11111111 | 1011010 | 111101 | 0 | 0 | 11011100 | 1100100 | 110111 |
Color Harmonies of #1964FF
Complementary color
Monochromatic Colors of #1964FF
Black with #1964FF
Text Example
Text Example
White with #1964FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1964FF; }
p { color: rgb(25,100,255); }
H1.HeaderClassName
{
color: #1964FF;
}
.AnyTagClassName
{
color: #1964FF;
}
</style>
background-color css
<style>
a { background-color: #1964FF; }
a { background-color: rgb(25,100,255); }
div.DivClassName
{
background-color: #1964FF;
}
.BgClassName
{
background-color: #1964FF;
}
</style>
border-color css
<style>
span { border-color: #1964FF; }
span { border-color: rgb(25,100,255); }
td.TdClassName
{
border-color: #1964FF;
}
.TagClassName
{
border-color: #1964FF;
}
</style>