Shades of Dodger Blue #1963FB
Tints of Dodger Blue #1963FB
RGB
CMYK
RGB Variations
Color information
#1963FB (or 0x1963FB) is known color: Dodger Blue. HEX triplet: 19, 63 and FB. RGB value is (25,99,251). Sum of RGB (Red+Green+Blue) = 25+99+251=375 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.67% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #1963FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1963FB is #E69C04. Grayscale: #5D5D5D. Windows color (decimal): -15113221 or 16474905. OLE color: 16474905.
HSL color Cylindrical-coordinate representation of color #1963FB: hue angle of 220.35º 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 #1963FB is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 99 | 251 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.02 |
| HSL | 220.35º | 0.97% | 0.54% | - |
| HSV(B) | 220.35º | 0.9% | 0.98% | - |
| XYZ | 22.28 | 16.1 | 93.2 | - |
| YUV | 94.2 | 216.48 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 251 | 0.90 | 0.61 | 0 | 0.02 | 220.35 | 0.97 | 0.54 |
| Hex | 19 | 63 | FB | 5A | 3D | 0 | 2 | DC | 61 | 36 |
| Octal | 31 | 143 | 373 | 132 | 75 | 0 | 2 | 334 | 141 | 66 |
| Binary | 11001 | 1100011 | 11111011 | 1011010 | 111101 | 0 | 10 | 11011100 | 1100001 | 110110 |
Color Harmonies of #1963FB
Complementary color
Monochromatic Colors of #1963FB
Black with #1963FB
Text Example
Text Example
White with #1963FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1963FB; }
p { color: rgb(25,99,251); }
H1.HeaderClassName
{
color: #1963FB;
}
.AnyTagClassName
{
color: #1963FB;
}
</style>
background-color css
<style>
a { background-color: #1963FB; }
a { background-color: rgb(25,99,251); }
div.DivClassName
{
background-color: #1963FB;
}
.BgClassName
{
background-color: #1963FB;
}
</style>
border-color css
<style>
span { border-color: #1963FB; }
span { border-color: rgb(25,99,251); }
td.TdClassName
{
border-color: #1963FB;
}
.TagClassName
{
border-color: #1963FB;
}
</style>