Shades of Dodger Blue #1766FE
Tints of Dodger Blue #1766FE
RGB
CMYK
RGB Variations
Color information
#1766FE (or 0x1766FE) is known color: Dodger Blue. HEX triplet: 17, 66 and FE. RGB value is (23,102,254). Sum of RGB (Red+Green+Blue) = 23+102+254=379 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.07% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #1766FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1766FE is #E89901. Grayscale: #5F5F5F. Windows color (decimal): -15243522 or 16672279. OLE color: 16672279.
HSL color Cylindrical-coordinate representation of color #1766FE: hue angle of 219.48º 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 #1766FE is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 102 | 254 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.00 |
| HSL | 219.48º | 0.99% | 0.54% | - |
| HSV(B) | 219.48º | 0.91% | 1% | - |
| XYZ | 22.99 | 16.84 | 95.8 | - |
| YUV | 95.71 | 217.33 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 102 | 254 | 0.91 | 0.60 | 0 | 0.00 | 219.48 | 0.99 | 0.54 |
| Hex | 17 | 66 | FE | 5B | 3C | 0 | 0 | DB | 63 | 36 |
| Octal | 27 | 146 | 376 | 133 | 74 | 0 | 0 | 333 | 143 | 66 |
| Binary | 10111 | 1100110 | 11111110 | 1011011 | 111100 | 0 | 0 | 11011011 | 1100011 | 110110 |
Color Harmonies of #1766FE
Complementary color
Monochromatic Colors of #1766FE
Black with #1766FE
Text Example
Text Example
White with #1766FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1766FE; }
p { color: rgb(23,102,254); }
H1.HeaderClassName
{
color: #1766FE;
}
.AnyTagClassName
{
color: #1766FE;
}
</style>
background-color css
<style>
a { background-color: #1766FE; }
a { background-color: rgb(23,102,254); }
div.DivClassName
{
background-color: #1766FE;
}
.BgClassName
{
background-color: #1766FE;
}
</style>
border-color css
<style>
span { border-color: #1766FE; }
span { border-color: rgb(23,102,254); }
td.TdClassName
{
border-color: #1766FE;
}
.TagClassName
{
border-color: #1766FE;
}
</style>