Shades of Dodger Blue #1780FF
Tints of Dodger Blue #1780FF
RGB
CMYK
RGB Variations
Color information
#1780FF (or 0x1780FF) is known color: Dodger Blue. HEX triplet: 17, 80 and FF. RGB value is (23,128,255). Sum of RGB (Red+Green+Blue) = 23+128+255=406 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.67% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #1780FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1780FF is #E87F00. Grayscale: #6E6E6E. Windows color (decimal): -15236865 or 16744471. OLE color: 16744471.
HSL color Cylindrical-coordinate representation of color #1780FF: hue angle of 212.84º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1780FF is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 128 | 255 | - |
| CMYK | 0.91 | 0.50 | 0 | 0 |
| HSL | 212.84º | 1% | 0.55% | - |
| HSV(B) | 212.84º | 0.91% | 1% | - |
| XYZ | 26.12 | 22.84 | 97.64 | - |
| YUV | 111.08 | 209.21 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 128 | 255 | 0.91 | 0.50 | 0 | 0 | 212.84 | 1 | 0.55 |
| Hex | 17 | 80 | FF | 5B | 32 | 0 | 0 | D5 | 64 | 37 |
| Octal | 27 | 200 | 377 | 133 | 62 | 0 | 0 | 325 | 144 | 67 |
| Binary | 10111 | 10000000 | 11111111 | 1011011 | 110010 | 0 | 0 | 11010101 | 1100100 | 110111 |
Color Harmonies of #1780FF
Complementary color
Monochromatic Colors of #1780FF
Black with #1780FF
Text Example
Text Example
White with #1780FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1780FF; }
p { color: rgb(23,128,255); }
H1.HeaderClassName
{
color: #1780FF;
}
.AnyTagClassName
{
color: #1780FF;
}
</style>
background-color css
<style>
a { background-color: #1780FF; }
a { background-color: rgb(23,128,255); }
div.DivClassName
{
background-color: #1780FF;
}
.BgClassName
{
background-color: #1780FF;
}
</style>
border-color css
<style>
span { border-color: #1780FF; }
span { border-color: rgb(23,128,255); }
td.TdClassName
{
border-color: #1780FF;
}
.TagClassName
{
border-color: #1780FF;
}
</style>