Shades of Dodger Blue #1796FA
Tints of Dodger Blue #1796FA
RGB
CMYK
RGB Variations
Color information
#1796FA (or 0x1796FA) is known color: Dodger Blue. HEX triplet: 17, 96 and FA. RGB value is (23,150,250). Sum of RGB (Red+Green+Blue) = 23+150+250=423 (56% of max value = 765). Red value is 23 (9.38% from 255 or 5.44% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #1796FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1796FA is #E86905. Grayscale: #7A7A7A. Windows color (decimal): -15231238 or 16422423. OLE color: 16422423.
HSL color Cylindrical-coordinate representation of color #1796FA: hue angle of 206.43º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1796FA is Cyan = 0.91, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 150 | 250 | - |
| CMYK | 0.91 | 0.4 | 0 | 0.02 |
| HSL | 206.43º | 0.96% | 0.54% | - |
| HSV(B) | 206.43º | 0.91% | 0.98% | - |
| XYZ | 28.52 | 28.9 | 94.52 | - |
| YUV | 123.43 | 199.42 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 150 | 250 | 0.91 | 0.4 | 0 | 0.02 | 206.43 | 0.96 | 0.54 |
| Hex | 17 | 96 | FA | 5B | 28 | 0 | 2 | CE | 60 | 36 |
| Octal | 27 | 226 | 372 | 133 | 50 | 0 | 2 | 316 | 140 | 66 |
| Binary | 10111 | 10010110 | 11111010 | 1011011 | 101000 | 0 | 10 | 11001110 | 1100000 | 110110 |
Color Harmonies of #1796FA
Complementary color
Monochromatic Colors of #1796FA
Black with #1796FA
Text Example
Text Example
White with #1796FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1796FA; }
p { color: rgb(23,150,250); }
H1.HeaderClassName
{
color: #1796FA;
}
.AnyTagClassName
{
color: #1796FA;
}
</style>
background-color css
<style>
a { background-color: #1796FA; }
a { background-color: rgb(23,150,250); }
div.DivClassName
{
background-color: #1796FA;
}
.BgClassName
{
background-color: #1796FA;
}
</style>
border-color css
<style>
span { border-color: #1796FA; }
span { border-color: rgb(23,150,250); }
td.TdClassName
{
border-color: #1796FA;
}
.TagClassName
{
border-color: #1796FA;
}
</style>