Shades of Dodger Blue #1962FC
Tints of Dodger Blue #1962FC
RGB
CMYK
RGB Variations
Color information
#1962FC (or 0x1962FC) is known color: Dodger Blue. HEX triplet: 19, 62 and FC. RGB value is (25,98,252). Sum of RGB (Red+Green+Blue) = 25+98+252=375 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.67% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #1962FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1962FC is #E69D03. Grayscale: #5D5D5D. Windows color (decimal): -15113476 or 16540185. OLE color: 16540185.
HSL color Cylindrical-coordinate representation of color #1962FC: hue angle of 220.7º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1962FC is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 98 | 252 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.01 |
| HSL | 220.7º | 0.97% | 0.54% | - |
| HSV(B) | 220.7º | 0.9% | 0.99% | - |
| XYZ | 22.34 | 15.97 | 94 | - |
| YUV | 93.73 | 217.32 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 252 | 0.90 | 0.61 | 0 | 0.01 | 220.7 | 0.97 | 0.54 |
| Hex | 19 | 62 | FC | 5A | 3D | 0 | 1 | DD | 61 | 36 |
| Octal | 31 | 142 | 374 | 132 | 75 | 0 | 1 | 335 | 141 | 66 |
| Binary | 11001 | 1100010 | 11111100 | 1011010 | 111101 | 0 | 1 | 11011101 | 1100001 | 110110 |
Color Harmonies of #1962FC
Complementary color
Monochromatic Colors of #1962FC
Black with #1962FC
Text Example
Text Example
White with #1962FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1962FC; }
p { color: rgb(25,98,252); }
H1.HeaderClassName
{
color: #1962FC;
}
.AnyTagClassName
{
color: #1962FC;
}
</style>
background-color css
<style>
a { background-color: #1962FC; }
a { background-color: rgb(25,98,252); }
div.DivClassName
{
background-color: #1962FC;
}
.BgClassName
{
background-color: #1962FC;
}
</style>
border-color css
<style>
span { border-color: #1962FC; }
span { border-color: rgb(25,98,252); }
td.TdClassName
{
border-color: #1962FC;
}
.TagClassName
{
border-color: #1962FC;
}
</style>