Shades of Dodger Blue #1765F9
Tints of Dodger Blue #1765F9
RGB
CMYK
RGB Variations
Color information
#1765F9 (or 0x1765F9) is known color: Dodger Blue. HEX triplet: 17, 65 and F9. RGB value is (23,101,249). Sum of RGB (Red+Green+Blue) = 23+101+249=373 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.17% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 249 (97.66% from 255 or 66.76% from 373); Max value from RGB is 249 - color contains mainly: blue. Hex color #1765F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1765F9 is #E89A06. Grayscale: #5D5D5D. Windows color (decimal): -15243783 or 16344343. OLE color: 16344343.
HSL color Cylindrical-coordinate representation of color #1765F9: hue angle of 219.29º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1765F9 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 101 | 249 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.02 |
| HSL | 219.29º | 0.95% | 0.53% | - |
| HSV(B) | 219.29º | 0.91% | 0.98% | - |
| XYZ | 22.11 | 16.33 | 91.61 | - |
| YUV | 94.55 | 215.16 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 101 | 249 | 0.91 | 0.59 | 0 | 0.02 | 219.29 | 0.95 | 0.53 |
| Hex | 17 | 65 | F9 | 5B | 3B | 0 | 2 | DB | 5F | 35 |
| Octal | 27 | 145 | 371 | 133 | 73 | 0 | 2 | 333 | 137 | 65 |
| Binary | 10111 | 1100101 | 11111001 | 1011011 | 111011 | 0 | 10 | 11011011 | 1011111 | 110101 |
Color Harmonies of #1765F9
Complementary color
Monochromatic Colors of #1765F9
Black with #1765F9
Text Example
Text Example
White with #1765F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1765F9; }
p { color: rgb(23,101,249); }
H1.HeaderClassName
{
color: #1765F9;
}
.AnyTagClassName
{
color: #1765F9;
}
</style>
background-color css
<style>
a { background-color: #1765F9; }
a { background-color: rgb(23,101,249); }
div.DivClassName
{
background-color: #1765F9;
}
.BgClassName
{
background-color: #1765F9;
}
</style>
border-color css
<style>
span { border-color: #1765F9; }
span { border-color: rgb(23,101,249); }
td.TdClassName
{
border-color: #1765F9;
}
.TagClassName
{
border-color: #1765F9;
}
</style>