Shades of Dodger Blue #1963FE
Tints of Dodger Blue #1963FE
RGB
CMYK
RGB Variations
Color information
#1963FE (or 0x1963FE) is known color: Dodger Blue. HEX triplet: 19, 63 and FE. RGB value is (25,99,254). Sum of RGB (Red+Green+Blue) = 25+99+254=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #1963FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1963FE is #E69C01. Grayscale: #5D5D5D. Windows color (decimal): -15113218 or 16671513. OLE color: 16671513.
HSL color Cylindrical-coordinate representation of color #1963FE: hue angle of 220.61º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1963FE is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 99 | 254 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.00 |
| HSL | 220.61º | 0.99% | 0.55% | - |
| HSV(B) | 220.61º | 0.9% | 1% | - |
| XYZ | 22.75 | 16.29 | 95.71 | - |
| YUV | 94.54 | 217.98 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 254 | 0.90 | 0.61 | 0 | 0.00 | 220.61 | 0.99 | 0.55 |
| Hex | 19 | 63 | FE | 5A | 3D | 0 | 0 | DD | 63 | 37 |
| Octal | 31 | 143 | 376 | 132 | 75 | 0 | 0 | 335 | 143 | 67 |
| Binary | 11001 | 1100011 | 11111110 | 1011010 | 111101 | 0 | 0 | 11011101 | 1100011 | 110111 |
Color Harmonies of #1963FE
Complementary color
Monochromatic Colors of #1963FE
Black with #1963FE
Text Example
Text Example
White with #1963FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1963FE; }
p { color: rgb(25,99,254); }
H1.HeaderClassName
{
color: #1963FE;
}
.AnyTagClassName
{
color: #1963FE;
}
</style>
background-color css
<style>
a { background-color: #1963FE; }
a { background-color: rgb(25,99,254); }
div.DivClassName
{
background-color: #1963FE;
}
.BgClassName
{
background-color: #1963FE;
}
</style>
border-color css
<style>
span { border-color: #1963FE; }
span { border-color: rgb(25,99,254); }
td.TdClassName
{
border-color: #1963FE;
}
.TagClassName
{
border-color: #1963FE;
}
</style>