Shades of Dodger Blue #1775FF
Tints of Dodger Blue #1775FF
RGB
CMYK
RGB Variations
Color information
#1775FF (or 0x1775FF) is known color: Dodger Blue. HEX triplet: 17, 75 and FF. RGB value is (23,117,255). Sum of RGB (Red+Green+Blue) = 23+117+255=395 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.82% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #1775FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1775FF is #E88A00. Grayscale: #676767. Windows color (decimal): -15239681 or 16741655. OLE color: 16741655.
HSL color Cylindrical-coordinate representation of color #1775FF: hue angle of 215.69º 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 #1775FF is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 117 | 255 | - |
| CMYK | 0.91 | 0.54 | 0 | 0 |
| HSL | 215.69º | 1% | 0.55% | - |
| HSV(B) | 215.69º | 0.91% | 1% | - |
| XYZ | 24.76 | 20.12 | 97.19 | - |
| YUV | 104.63 | 212.86 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 117 | 255 | 0.91 | 0.54 | 0 | 0 | 215.69 | 1 | 0.55 |
| Hex | 17 | 75 | FF | 5B | 36 | 0 | 0 | D8 | 64 | 37 |
| Octal | 27 | 165 | 377 | 133 | 66 | 0 | 0 | 330 | 144 | 67 |
| Binary | 10111 | 1110101 | 11111111 | 1011011 | 110110 | 0 | 0 | 11011000 | 1100100 | 110111 |
Color Harmonies of #1775FF
Complementary color
Monochromatic Colors of #1775FF
Black with #1775FF
Text Example
Text Example
White with #1775FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1775FF; }
p { color: rgb(23,117,255); }
H1.HeaderClassName
{
color: #1775FF;
}
.AnyTagClassName
{
color: #1775FF;
}
</style>
background-color css
<style>
a { background-color: #1775FF; }
a { background-color: rgb(23,117,255); }
div.DivClassName
{
background-color: #1775FF;
}
.BgClassName
{
background-color: #1775FF;
}
</style>
border-color css
<style>
span { border-color: #1775FF; }
span { border-color: rgb(23,117,255); }
td.TdClassName
{
border-color: #1775FF;
}
.TagClassName
{
border-color: #1775FF;
}
</style>