Shades of Dodger Blue #1765F7
Tints of Dodger Blue #1765F7
RGB
CMYK
RGB Variations
Color information
#1765F7 (or 0x1765F7) is known color: Dodger Blue. HEX triplet: 17, 65 and F7. RGB value is (23,101,247). Sum of RGB (Red+Green+Blue) = 23+101+247=371 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.20% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 247 (96.88% from 255 or 66.58% from 371); Max value from RGB is 247 - color contains mainly: blue. Hex color #1765F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1765F7 is #E89A08. Grayscale: #5D5D5D. Windows color (decimal): -15243785 or 16213271. OLE color: 16213271.
HSL color Cylindrical-coordinate representation of color #1765F7: hue angle of 219.11º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1765F7 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 23 | 101 | 247 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.03 |
| HSL | 219.11º | 0.93% | 0.53% | - |
| HSV(B) | 219.11º | 0.91% | 0.97% | - |
| XYZ | 21.8 | 16.2 | 89.97 | - |
| YUV | 94.32 | 214.16 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 101 | 247 | 0.91 | 0.59 | 0 | 0.03 | 219.11 | 0.93 | 0.53 |
| Hex | 17 | 65 | F7 | 5B | 3B | 0 | 3 | DB | 5D | 35 |
| Octal | 27 | 145 | 367 | 133 | 73 | 0 | 3 | 333 | 135 | 65 |
| Binary | 10111 | 1100101 | 11110111 | 1011011 | 111011 | 0 | 11 | 11011011 | 1011101 | 110101 |
Color Harmonies of #1765F7
Complementary color
Monochromatic Colors of #1765F7
Black with #1765F7
Text Example
Text Example
White with #1765F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1765F7; }
p { color: rgb(23,101,247); }
H1.HeaderClassName
{
color: #1765F7;
}
.AnyTagClassName
{
color: #1765F7;
}
</style>
background-color css
<style>
a { background-color: #1765F7; }
a { background-color: rgb(23,101,247); }
div.DivClassName
{
background-color: #1765F7;
}
.BgClassName
{
background-color: #1765F7;
}
</style>
border-color css
<style>
span { border-color: #1765F7; }
span { border-color: rgb(23,101,247); }
td.TdClassName
{
border-color: #1765F7;
}
.TagClassName
{
border-color: #1765F7;
}
</style>