Shades of Dodger Blue #1795EA
Tints of Dodger Blue #1795EA
RGB
CMYK
RGB Variations
Color information
#1795EA (or 0x1795EA) is known color: Dodger Blue. HEX triplet: 17, 95 and EA. RGB value is (23,149,234). Sum of RGB (Red+Green+Blue) = 23+149+234=406 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.67% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #1795EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1795EA is #E86A15. Grayscale: #787878. Windows color (decimal): -15231510 or 15373591. OLE color: 15373591.
HSL color Cylindrical-coordinate representation of color #1795EA: hue angle of 204.17º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1795EA is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 149 | 234 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.08 |
| HSL | 204.17º | 0.83% | 0.5% | - |
| HSV(B) | 204.17º | 0.9% | 0.92% | - |
| XYZ | 25.95 | 27.62 | 81.8 | - |
| YUV | 121.02 | 191.76 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 149 | 234 | 0.90 | 0.36 | 0 | 0.08 | 204.17 | 0.83 | 0.5 |
| Hex | 17 | 95 | EA | 5A | 24 | 0 | 8 | CC | 53 | 32 |
| Octal | 27 | 225 | 352 | 132 | 44 | 0 | 10 | 314 | 123 | 62 |
| Binary | 10111 | 10010101 | 11101010 | 1011010 | 100100 | 0 | 1000 | 11001100 | 1010011 | 110010 |
Color Harmonies of #1795EA
Complementary color
Monochromatic Colors of #1795EA
Black with #1795EA
Text Example
Text Example
White with #1795EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1795EA; }
p { color: rgb(23,149,234); }
H1.HeaderClassName
{
color: #1795EA;
}
.AnyTagClassName
{
color: #1795EA;
}
</style>
background-color css
<style>
a { background-color: #1795EA; }
a { background-color: rgb(23,149,234); }
div.DivClassName
{
background-color: #1795EA;
}
.BgClassName
{
background-color: #1795EA;
}
</style>
border-color css
<style>
span { border-color: #1795EA; }
span { border-color: rgb(23,149,234); }
td.TdClassName
{
border-color: #1795EA;
}
.TagClassName
{
border-color: #1795EA;
}
</style>