Shades of Dodger Blue #1760FF
Tints of Dodger Blue #1760FF
RGB
CMYK
RGB Variations
Color information
#1760FF (or 0x1760FF) is known color: Dodger Blue. HEX triplet: 17, 60 and FF. RGB value is (23,96,255). Sum of RGB (Red+Green+Blue) = 23+96+255=374 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.15% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #1760FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1760FF is #E89F00. Grayscale: #5B5B5B. Windows color (decimal): -15245057 or 16736279. OLE color: 16736279.
HSL color Cylindrical-coordinate representation of color #1760FF: hue angle of 221.12º 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 #1760FF is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 96 | 255 | - |
| CMYK | 0.91 | 0.62 | 0 | 0 |
| HSL | 221.12º | 1% | 0.55% | - |
| HSV(B) | 221.12º | 0.91% | 1% | - |
| XYZ | 22.59 | 15.77 | 96.46 | - |
| YUV | 92.3 | 219.82 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 255 | 0.91 | 0.62 | 0 | 0 | 221.12 | 1 | 0.55 |
| Hex | 17 | 60 | FF | 5B | 3E | 0 | 0 | DD | 64 | 37 |
| Octal | 27 | 140 | 377 | 133 | 76 | 0 | 0 | 335 | 144 | 67 |
| Binary | 10111 | 1100000 | 11111111 | 1011011 | 111110 | 0 | 0 | 11011101 | 1100100 | 110111 |
Color Harmonies of #1760FF
Complementary color
Monochromatic Colors of #1760FF
Black with #1760FF
Text Example
Text Example
White with #1760FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1760FF; }
p { color: rgb(23,96,255); }
H1.HeaderClassName
{
color: #1760FF;
}
.AnyTagClassName
{
color: #1760FF;
}
</style>
background-color css
<style>
a { background-color: #1760FF; }
a { background-color: rgb(23,96,255); }
div.DivClassName
{
background-color: #1760FF;
}
.BgClassName
{
background-color: #1760FF;
}
</style>
border-color css
<style>
span { border-color: #1760FF; }
span { border-color: rgb(23,96,255); }
td.TdClassName
{
border-color: #1760FF;
}
.TagClassName
{
border-color: #1760FF;
}
</style>