Shades of Dodger Blue #1799EA
Tints of Dodger Blue #1799EA
RGB
CMYK
RGB Variations
Color information
#1799EA (or 0x1799EA) is known color: Dodger Blue. HEX triplet: 17, 99 and EA. RGB value is (23,153,234). Sum of RGB (Red+Green+Blue) = 23+153+234=410 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.61% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #1799EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1799EA is #E86615. Grayscale: #7A7A7A. Windows color (decimal): -15230486 or 15374615. OLE color: 15374615.
HSL color Cylindrical-coordinate representation of color #1799EA: hue angle of 203.03º 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 #1799EA is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 153 | 234 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.08 |
| HSL | 203.03º | 0.83% | 0.5% | - |
| HSV(B) | 203.03º | 0.9% | 0.92% | - |
| XYZ | 26.6 | 28.91 | 82.02 | - |
| YUV | 123.36 | 190.43 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 153 | 234 | 0.90 | 0.35 | 0 | 0.08 | 203.03 | 0.83 | 0.5 |
| Hex | 17 | 99 | EA | 5A | 23 | 0 | 8 | CB | 53 | 32 |
| Octal | 27 | 231 | 352 | 132 | 43 | 0 | 10 | 313 | 123 | 62 |
| Binary | 10111 | 10011001 | 11101010 | 1011010 | 100011 | 0 | 1000 | 11001011 | 1010011 | 110010 |
Color Harmonies of #1799EA
Complementary color
Monochromatic Colors of #1799EA
Black with #1799EA
Text Example
Text Example
White with #1799EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1799EA; }
p { color: rgb(23,153,234); }
H1.HeaderClassName
{
color: #1799EA;
}
.AnyTagClassName
{
color: #1799EA;
}
</style>
background-color css
<style>
a { background-color: #1799EA; }
a { background-color: rgb(23,153,234); }
div.DivClassName
{
background-color: #1799EA;
}
.BgClassName
{
background-color: #1799EA;
}
</style>
border-color css
<style>
span { border-color: #1799EA; }
span { border-color: rgb(23,153,234); }
td.TdClassName
{
border-color: #1799EA;
}
.TagClassName
{
border-color: #1799EA;
}
</style>