Shades of Dodger Blue #1770FF
Tints of Dodger Blue #1770FF
RGB
CMYK
RGB Variations
Color information
#1770FF (or 0x1770FF) is known color: Dodger Blue. HEX triplet: 17, 70 and FF. RGB value is (23,112,255). Sum of RGB (Red+Green+Blue) = 23+112+255=390 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.90% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #1770FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1770FF is #E88F00. Grayscale: #656565. Windows color (decimal): -15240961 or 16740375. OLE color: 16740375.
HSL color Cylindrical-coordinate representation of color #1770FF: hue angle of 216.98º 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 #1770FF is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 112 | 255 | - |
| CMYK | 0.91 | 0.56 | 0 | 0 |
| HSL | 216.98º | 1% | 0.55% | - |
| HSV(B) | 216.98º | 0.91% | 1% | - |
| XYZ | 24.2 | 18.99 | 97 | - |
| YUV | 101.69 | 214.51 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 112 | 255 | 0.91 | 0.56 | 0 | 0 | 216.98 | 1 | 0.55 |
| Hex | 17 | 70 | FF | 5B | 38 | 0 | 0 | D9 | 64 | 37 |
| Octal | 27 | 160 | 377 | 133 | 70 | 0 | 0 | 331 | 144 | 67 |
| Binary | 10111 | 1110000 | 11111111 | 1011011 | 111000 | 0 | 0 | 11011001 | 1100100 | 110111 |
Color Harmonies of #1770FF
Complementary color
Monochromatic Colors of #1770FF
Black with #1770FF
Text Example
Text Example
White with #1770FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1770FF; }
p { color: rgb(23,112,255); }
H1.HeaderClassName
{
color: #1770FF;
}
.AnyTagClassName
{
color: #1770FF;
}
</style>
background-color css
<style>
a { background-color: #1770FF; }
a { background-color: rgb(23,112,255); }
div.DivClassName
{
background-color: #1770FF;
}
.BgClassName
{
background-color: #1770FF;
}
</style>
border-color css
<style>
span { border-color: #1770FF; }
span { border-color: rgb(23,112,255); }
td.TdClassName
{
border-color: #1770FF;
}
.TagClassName
{
border-color: #1770FF;
}
</style>