Shades of Dodger Blue #1760FD
Tints of Dodger Blue #1760FD
RGB
CMYK
RGB Variations
Color information
#1760FD (or 0x1760FD) is known color: Dodger Blue. HEX triplet: 17, 60 and FD. RGB value is (23,96,253). Sum of RGB (Red+Green+Blue) = 23+96+253=372 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.18% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #1760FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1760FD is #E89F02. Grayscale: #5B5B5B. Windows color (decimal): -15245059 or 16605207. OLE color: 16605207.
HSL color Cylindrical-coordinate representation of color #1760FD: hue angle of 220.96º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1760FD is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 96 | 253 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.01 |
| HSL | 220.96º | 0.98% | 0.54% | - |
| HSV(B) | 220.96º | 0.91% | 0.99% | - |
| XYZ | 22.27 | 15.64 | 94.77 | - |
| YUV | 92.07 | 218.82 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 253 | 0.91 | 0.62 | 0 | 0.01 | 220.96 | 0.98 | 0.54 |
| Hex | 17 | 60 | FD | 5B | 3E | 0 | 1 | DD | 62 | 36 |
| Octal | 27 | 140 | 375 | 133 | 76 | 0 | 1 | 335 | 142 | 66 |
| Binary | 10111 | 1100000 | 11111101 | 1011011 | 111110 | 0 | 1 | 11011101 | 1100010 | 110110 |
Color Harmonies of #1760FD
Complementary color
Monochromatic Colors of #1760FD
Black with #1760FD
Text Example
Text Example
White with #1760FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1760FD; }
p { color: rgb(23,96,253); }
H1.HeaderClassName
{
color: #1760FD;
}
.AnyTagClassName
{
color: #1760FD;
}
</style>
background-color css
<style>
a { background-color: #1760FD; }
a { background-color: rgb(23,96,253); }
div.DivClassName
{
background-color: #1760FD;
}
.BgClassName
{
background-color: #1760FD;
}
</style>
border-color css
<style>
span { border-color: #1760FD; }
span { border-color: rgb(23,96,253); }
td.TdClassName
{
border-color: #1760FD;
}
.TagClassName
{
border-color: #1760FD;
}
</style>