Shades of Dodger Blue #1965FA
Tints of Dodger Blue #1965FA
RGB
CMYK
RGB Variations
Color information
#1965FA (or 0x1965FA) is known color: Dodger Blue. HEX triplet: 19, 65 and FA. RGB value is (25,101,250). Sum of RGB (Red+Green+Blue) = 25+101+250=376 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.65% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #1965FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1965FA is #E69A05. Grayscale: #5E5E5E. Windows color (decimal): -15112710 or 16409881. OLE color: 16409881.
HSL color Cylindrical-coordinate representation of color #1965FA: hue angle of 219.73º 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 #1965FA is Cyan = 0.9, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 101 | 250 | - |
| CMYK | 0.9 | 0.60 | 0 | 0.02 |
| HSL | 219.73º | 0.96% | 0.54% | - |
| HSV(B) | 219.73º | 0.9% | 0.98% | - |
| XYZ | 22.31 | 16.42 | 92.44 | - |
| YUV | 95.26 | 215.32 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 250 | 0.9 | 0.60 | 0 | 0.02 | 219.73 | 0.96 | 0.54 |
| Hex | 19 | 65 | FA | 5A | 3C | 0 | 2 | DC | 60 | 36 |
| Octal | 31 | 145 | 372 | 132 | 74 | 0 | 2 | 334 | 140 | 66 |
| Binary | 11001 | 1100101 | 11111010 | 1011010 | 111100 | 0 | 10 | 11011100 | 1100000 | 110110 |
Color Harmonies of #1965FA
Complementary color
Monochromatic Colors of #1965FA
Black with #1965FA
Text Example
Text Example
White with #1965FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1965FA; }
p { color: rgb(25,101,250); }
H1.HeaderClassName
{
color: #1965FA;
}
.AnyTagClassName
{
color: #1965FA;
}
</style>
background-color css
<style>
a { background-color: #1965FA; }
a { background-color: rgb(25,101,250); }
div.DivClassName
{
background-color: #1965FA;
}
.BgClassName
{
background-color: #1965FA;
}
</style>
border-color css
<style>
span { border-color: #1965FA; }
span { border-color: rgb(25,101,250); }
td.TdClassName
{
border-color: #1965FA;
}
.TagClassName
{
border-color: #1965FA;
}
</style>