Shades of Dodger Blue #1798EA
Tints of Dodger Blue #1798EA
RGB
CMYK
RGB Variations
Color information
#1798EA (or 0x1798EA) is known color: Dodger Blue. HEX triplet: 17, 98 and EA. RGB value is (23,152,234). Sum of RGB (Red+Green+Blue) = 23+152+234=409 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.62% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #1798EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1798EA is #E86715. Grayscale: #7A7A7A. Windows color (decimal): -15230742 or 15374359. OLE color: 15374359.
HSL color Cylindrical-coordinate representation of color #1798EA: hue angle of 203.32º 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 #1798EA is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 152 | 234 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.08 |
| HSL | 203.32º | 0.83% | 0.5% | - |
| HSV(B) | 203.32º | 0.9% | 0.92% | - |
| XYZ | 26.43 | 28.58 | 81.97 | - |
| YUV | 122.78 | 190.76 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 152 | 234 | 0.90 | 0.35 | 0 | 0.08 | 203.32 | 0.83 | 0.5 |
| Hex | 17 | 98 | EA | 5A | 23 | 0 | 8 | CB | 53 | 32 |
| Octal | 27 | 230 | 352 | 132 | 43 | 0 | 10 | 313 | 123 | 62 |
| Binary | 10111 | 10011000 | 11101010 | 1011010 | 100011 | 0 | 1000 | 11001011 | 1010011 | 110010 |
Color Harmonies of #1798EA
Complementary color
Monochromatic Colors of #1798EA
Black with #1798EA
Text Example
Text Example
White with #1798EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1798EA; }
p { color: rgb(23,152,234); }
H1.HeaderClassName
{
color: #1798EA;
}
.AnyTagClassName
{
color: #1798EA;
}
</style>
background-color css
<style>
a { background-color: #1798EA; }
a { background-color: rgb(23,152,234); }
div.DivClassName
{
background-color: #1798EA;
}
.BgClassName
{
background-color: #1798EA;
}
</style>
border-color css
<style>
span { border-color: #1798EA; }
span { border-color: rgb(23,152,234); }
td.TdClassName
{
border-color: #1798EA;
}
.TagClassName
{
border-color: #1798EA;
}
</style>