Shades of Dodger Blue #1770FE
Tints of Dodger Blue #1770FE
RGB
CMYK
RGB Variations
Color information
#1770FE (or 0x1770FE) is known color: Dodger Blue. HEX triplet: 17, 70 and FE. RGB value is (23,112,254). Sum of RGB (Red+Green+Blue) = 23+112+254=389 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.91% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #1770FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1770FE is #E88F01. Grayscale: #646464. Windows color (decimal): -15240962 or 16674839. OLE color: 16674839.
HSL color Cylindrical-coordinate representation of color #1770FE: hue angle of 216.88º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1770FE is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 112 | 254 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.00 |
| HSL | 216.88º | 0.99% | 0.54% | - |
| HSV(B) | 216.88º | 0.91% | 1% | - |
| XYZ | 24.04 | 18.93 | 96.15 | - |
| YUV | 101.58 | 214.01 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 112 | 254 | 0.91 | 0.56 | 0 | 0.00 | 216.88 | 0.99 | 0.54 |
| Hex | 17 | 70 | FE | 5B | 38 | 0 | 0 | D9 | 63 | 36 |
| Octal | 27 | 160 | 376 | 133 | 70 | 0 | 0 | 331 | 143 | 66 |
| Binary | 10111 | 1110000 | 11111110 | 1011011 | 111000 | 0 | 0 | 11011001 | 1100011 | 110110 |
Color Harmonies of #1770FE
Complementary color
Monochromatic Colors of #1770FE
Black with #1770FE
Text Example
Text Example
White with #1770FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1770FE; }
p { color: rgb(23,112,254); }
H1.HeaderClassName
{
color: #1770FE;
}
.AnyTagClassName
{
color: #1770FE;
}
</style>
background-color css
<style>
a { background-color: #1770FE; }
a { background-color: rgb(23,112,254); }
div.DivClassName
{
background-color: #1770FE;
}
.BgClassName
{
background-color: #1770FE;
}
</style>
border-color css
<style>
span { border-color: #1770FE; }
span { border-color: rgb(23,112,254); }
td.TdClassName
{
border-color: #1770FE;
}
.TagClassName
{
border-color: #1770FE;
}
</style>