Shades of Dodger Blue #1996FD
Tints of Dodger Blue #1996FD
RGB
CMYK
RGB Variations
Color information
#1996FD (or 0x1996FD) is known color: Dodger Blue. HEX triplet: 19, 96 and FD. RGB value is (25,150,253). Sum of RGB (Red+Green+Blue) = 25+150+253=428 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.84% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #1996FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1996FD is #E66902. Grayscale: #7B7B7B. Windows color (decimal): -15100163 or 16619033. OLE color: 16619033.
HSL color Cylindrical-coordinate representation of color #1996FD: hue angle of 207.11º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1996FD is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 150 | 253 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.01 |
| HSL | 207.11º | 0.98% | 0.55% | - |
| HSV(B) | 207.11º | 0.9% | 0.99% | - |
| XYZ | 29.04 | 29.11 | 97.02 | - |
| YUV | 124.37 | 200.59 | 57.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 253 | 0.90 | 0.41 | 0 | 0.01 | 207.11 | 0.98 | 0.55 |
| Hex | 19 | 96 | FD | 5A | 29 | 0 | 1 | CF | 62 | 37 |
| Octal | 31 | 226 | 375 | 132 | 51 | 0 | 1 | 317 | 142 | 67 |
| Binary | 11001 | 10010110 | 11111101 | 1011010 | 101001 | 0 | 1 | 11001111 | 1100010 | 110111 |
Color Harmonies of #1996FD
Complementary color
Monochromatic Colors of #1996FD
Black with #1996FD
Text Example
Text Example
White with #1996FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1996FD; }
p { color: rgb(25,150,253); }
H1.HeaderClassName
{
color: #1996FD;
}
.AnyTagClassName
{
color: #1996FD;
}
</style>
background-color css
<style>
a { background-color: #1996FD; }
a { background-color: rgb(25,150,253); }
div.DivClassName
{
background-color: #1996FD;
}
.BgClassName
{
background-color: #1996FD;
}
</style>
border-color css
<style>
span { border-color: #1996FD; }
span { border-color: rgb(25,150,253); }
td.TdClassName
{
border-color: #1996FD;
}
.TagClassName
{
border-color: #1996FD;
}
</style>