Shades of Dodger Blue #1788ED
Tints of Dodger Blue #1788ED
RGB
CMYK
RGB Variations
Color information
#1788ED (or 0x1788ED) is known color: Dodger Blue. HEX triplet: 17, 88 and ED. RGB value is (23,136,237). Sum of RGB (Red+Green+Blue) = 23+136+237=396 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.81% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #1788ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1788ED is #E87712. Grayscale: #717171. Windows color (decimal): -15234835 or 15566871. OLE color: 15566871.
HSL color Cylindrical-coordinate representation of color #1788ED: hue angle of 208.32º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1788ED is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 136 | 237 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.07 |
| HSL | 208.32º | 0.86% | 0.51% | - |
| HSV(B) | 208.32º | 0.9% | 0.93% | - |
| XYZ | 24.44 | 23.9 | 83.45 | - |
| YUV | 113.73 | 197.56 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 136 | 237 | 0.90 | 0.43 | 0 | 0.07 | 208.32 | 0.86 | 0.51 |
| Hex | 17 | 88 | ED | 5A | 2B | 0 | 7 | D0 | 56 | 33 |
| Octal | 27 | 210 | 355 | 132 | 53 | 0 | 7 | 320 | 126 | 63 |
| Binary | 10111 | 10001000 | 11101101 | 1011010 | 101011 | 0 | 111 | 11010000 | 1010110 | 110011 |
Color Harmonies of #1788ED
Complementary color
Monochromatic Colors of #1788ED
Black with #1788ED
Text Example
Text Example
White with #1788ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1788ED; }
p { color: rgb(23,136,237); }
H1.HeaderClassName
{
color: #1788ED;
}
.AnyTagClassName
{
color: #1788ED;
}
</style>
background-color css
<style>
a { background-color: #1788ED; }
a { background-color: rgb(23,136,237); }
div.DivClassName
{
background-color: #1788ED;
}
.BgClassName
{
background-color: #1788ED;
}
</style>
border-color css
<style>
span { border-color: #1788ED; }
span { border-color: rgb(23,136,237); }
td.TdClassName
{
border-color: #1788ED;
}
.TagClassName
{
border-color: #1788ED;
}
</style>