Shades of Dodger Blue #1775FE
Tints of Dodger Blue #1775FE
RGB
CMYK
RGB Variations
Color information
#1775FE (or 0x1775FE) is known color: Dodger Blue. HEX triplet: 17, 75 and FE. RGB value is (23,117,254). Sum of RGB (Red+Green+Blue) = 23+117+254=394 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.84% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #1775FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1775FE is #E88A01. Grayscale: #676767. Windows color (decimal): -15239682 or 16676119. OLE color: 16676119.
HSL color Cylindrical-coordinate representation of color #1775FE: hue angle of 215.58º 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 #1775FE is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 117 | 254 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.00 |
| HSL | 215.58º | 0.99% | 0.54% | - |
| HSV(B) | 215.58º | 0.91% | 1% | - |
| XYZ | 24.6 | 20.06 | 96.34 | - |
| YUV | 104.51 | 212.36 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 117 | 254 | 0.91 | 0.54 | 0 | 0.00 | 215.58 | 0.99 | 0.54 |
| Hex | 17 | 75 | FE | 5B | 36 | 0 | 0 | D8 | 63 | 36 |
| Octal | 27 | 165 | 376 | 133 | 66 | 0 | 0 | 330 | 143 | 66 |
| Binary | 10111 | 1110101 | 11111110 | 1011011 | 110110 | 0 | 0 | 11011000 | 1100011 | 110110 |
Color Harmonies of #1775FE
Complementary color
Monochromatic Colors of #1775FE
Black with #1775FE
Text Example
Text Example
White with #1775FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1775FE; }
p { color: rgb(23,117,254); }
H1.HeaderClassName
{
color: #1775FE;
}
.AnyTagClassName
{
color: #1775FE;
}
</style>
background-color css
<style>
a { background-color: #1775FE; }
a { background-color: rgb(23,117,254); }
div.DivClassName
{
background-color: #1775FE;
}
.BgClassName
{
background-color: #1775FE;
}
</style>
border-color css
<style>
span { border-color: #1775FE; }
span { border-color: rgb(23,117,254); }
td.TdClassName
{
border-color: #1775FE;
}
.TagClassName
{
border-color: #1775FE;
}
</style>