Shades of Dodger Blue #1780EB
Tints of Dodger Blue #1780EB
RGB
CMYK
RGB Variations
Color information
#1780EB (or 0x1780EB) is known color: Dodger Blue. HEX triplet: 17, 80 and EB. RGB value is (23,128,235). Sum of RGB (Red+Green+Blue) = 23+128+235=386 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.96% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #1780EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1780EB is #E87F14. Grayscale: #6C6C6C. Windows color (decimal): -15236885 or 15433751. OLE color: 15433751.
HSL color Cylindrical-coordinate representation of color #1780EB: hue angle of 210.28º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1780EB is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 128 | 235 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.08 |
| HSL | 210.28º | 0.84% | 0.51% | - |
| HSV(B) | 210.28º | 0.9% | 0.92% | - |
| XYZ | 23.07 | 21.62 | 81.55 | - |
| YUV | 108.8 | 199.21 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 128 | 235 | 0.90 | 0.46 | 0 | 0.08 | 210.28 | 0.84 | 0.51 |
| Hex | 17 | 80 | EB | 5A | 2E | 0 | 8 | D2 | 54 | 33 |
| Octal | 27 | 200 | 353 | 132 | 56 | 0 | 10 | 322 | 124 | 63 |
| Binary | 10111 | 10000000 | 11101011 | 1011010 | 101110 | 0 | 1000 | 11010010 | 1010100 | 110011 |
Color Harmonies of #1780EB
Complementary color
Monochromatic Colors of #1780EB
Black with #1780EB
Text Example
Text Example
White with #1780EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1780EB; }
p { color: rgb(23,128,235); }
H1.HeaderClassName
{
color: #1780EB;
}
.AnyTagClassName
{
color: #1780EB;
}
</style>
background-color css
<style>
a { background-color: #1780EB; }
a { background-color: rgb(23,128,235); }
div.DivClassName
{
background-color: #1780EB;
}
.BgClassName
{
background-color: #1780EB;
}
</style>
border-color css
<style>
span { border-color: #1780EB; }
span { border-color: rgb(23,128,235); }
td.TdClassName
{
border-color: #1780EB;
}
.TagClassName
{
border-color: #1780EB;
}
</style>