Shades of Dodger Blue #1798E1
Tints of Dodger Blue #1798E1
RGB
CMYK
RGB Variations
Color information
#1798E1 (or 0x1798E1) is known color: Dodger Blue. HEX triplet: 17, 98 and E1. RGB value is (23,152,225). Sum of RGB (Red+Green+Blue) = 23+152+225=400 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.75% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #1798E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1798E1 is #E8671E. Grayscale: #797979. Windows color (decimal): -15230751 or 14784535. OLE color: 14784535.
HSL color Cylindrical-coordinate representation of color #1798E1: hue angle of 201.68º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1798E1 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 152 | 225 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.12 |
| HSL | 201.68º | 0.81% | 0.49% | - |
| HSV(B) | 201.68º | 0.9% | 0.88% | - |
| XYZ | 25.17 | 28.07 | 75.33 | - |
| YUV | 121.75 | 186.26 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 152 | 225 | 0.90 | 0.32 | 0 | 0.12 | 201.68 | 0.81 | 0.49 |
| Hex | 17 | 98 | E1 | 5A | 20 | 0 | C | CA | 51 | 31 |
| Octal | 27 | 230 | 341 | 132 | 40 | 0 | 14 | 312 | 121 | 61 |
| Binary | 10111 | 10011000 | 11100001 | 1011010 | 100000 | 0 | 1100 | 11001010 | 1010001 | 110001 |
Color Harmonies of #1798E1
Complementary color
Monochromatic Colors of #1798E1
Black with #1798E1
Text Example
Text Example
White with #1798E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1798E1; }
p { color: rgb(23,152,225); }
H1.HeaderClassName
{
color: #1798E1;
}
.AnyTagClassName
{
color: #1798E1;
}
</style>
background-color css
<style>
a { background-color: #1798E1; }
a { background-color: rgb(23,152,225); }
div.DivClassName
{
background-color: #1798E1;
}
.BgClassName
{
background-color: #1798E1;
}
</style>
border-color css
<style>
span { border-color: #1798E1; }
span { border-color: rgb(23,152,225); }
td.TdClassName
{
border-color: #1798E1;
}
.TagClassName
{
border-color: #1798E1;
}
</style>