Shades of Dodger Blue #1964FB
Tints of Dodger Blue #1964FB
RGB
CMYK
RGB Variations
Color information
#1964FB (or 0x1964FB) is known color: Dodger Blue. HEX triplet: 19, 64 and FB. RGB value is (25,100,251). Sum of RGB (Red+Green+Blue) = 25+100+251=376 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.65% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #1964FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1964FB is #E69B04. Grayscale: #5E5E5E. Windows color (decimal): -15112965 or 16475161. OLE color: 16475161.
HSL color Cylindrical-coordinate representation of color #1964FB: hue angle of 220.09º degrees, saturation: 0.97, 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 #1964FB is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 100 | 251 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.02 |
| HSL | 220.09º | 0.97% | 0.54% | - |
| HSV(B) | 220.09º | 0.9% | 0.98% | - |
| XYZ | 22.37 | 16.29 | 93.23 | - |
| YUV | 94.79 | 216.15 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 251 | 0.90 | 0.60 | 0 | 0.02 | 220.09 | 0.97 | 0.54 |
| Hex | 19 | 64 | FB | 5A | 3C | 0 | 2 | DC | 61 | 36 |
| Octal | 31 | 144 | 373 | 132 | 74 | 0 | 2 | 334 | 141 | 66 |
| Binary | 11001 | 1100100 | 11111011 | 1011010 | 111100 | 0 | 10 | 11011100 | 1100001 | 110110 |
Color Harmonies of #1964FB
Complementary color
Monochromatic Colors of #1964FB
Black with #1964FB
Text Example
Text Example
White with #1964FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1964FB; }
p { color: rgb(25,100,251); }
H1.HeaderClassName
{
color: #1964FB;
}
.AnyTagClassName
{
color: #1964FB;
}
</style>
background-color css
<style>
a { background-color: #1964FB; }
a { background-color: rgb(25,100,251); }
div.DivClassName
{
background-color: #1964FB;
}
.BgClassName
{
background-color: #1964FB;
}
</style>
border-color css
<style>
span { border-color: #1964FB; }
span { border-color: rgb(25,100,251); }
td.TdClassName
{
border-color: #1964FB;
}
.TagClassName
{
border-color: #1964FB;
}
</style>