Shades of Dodger Blue #1965FF
Tints of Dodger Blue #1965FF
RGB
CMYK
RGB Variations
Color information
#1965FF (or 0x1965FF) is known color: Dodger Blue. HEX triplet: 19, 65 and FF. RGB value is (25,101,255). Sum of RGB (Red+Green+Blue) = 25+101+255=381 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.56% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #1965FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1965FF is #E69A00. Grayscale: #5F5F5F. Windows color (decimal): -15112705 or 16737561. OLE color: 16737561.
HSL color Cylindrical-coordinate representation of color #1965FF: hue angle of 220.17º 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 #1965FF is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 101 | 255 | - |
| CMYK | 0.90 | 0.60 | 0 | 0 |
| HSL | 220.17º | 1% | 0.55% | - |
| HSV(B) | 220.17º | 0.9% | 1% | - |
| XYZ | 23.1 | 16.73 | 96.62 | - |
| YUV | 95.83 | 217.82 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 255 | 0.90 | 0.60 | 0 | 0 | 220.17 | 1 | 0.55 |
| Hex | 19 | 65 | FF | 5A | 3C | 0 | 0 | DC | 64 | 37 |
| Octal | 31 | 145 | 377 | 132 | 74 | 0 | 0 | 334 | 144 | 67 |
| Binary | 11001 | 1100101 | 11111111 | 1011010 | 111100 | 0 | 0 | 11011100 | 1100100 | 110111 |
Color Harmonies of #1965FF
Complementary color
Monochromatic Colors of #1965FF
Black with #1965FF
Text Example
Text Example
White with #1965FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1965FF; }
p { color: rgb(25,101,255); }
H1.HeaderClassName
{
color: #1965FF;
}
.AnyTagClassName
{
color: #1965FF;
}
</style>
background-color css
<style>
a { background-color: #1965FF; }
a { background-color: rgb(25,101,255); }
div.DivClassName
{
background-color: #1965FF;
}
.BgClassName
{
background-color: #1965FF;
}
</style>
border-color css
<style>
span { border-color: #1965FF; }
span { border-color: rgb(25,101,255); }
td.TdClassName
{
border-color: #1965FF;
}
.TagClassName
{
border-color: #1965FF;
}
</style>