Shades of Dodger Blue #1165FF
Tints of Dodger Blue #1165FF
RGB
CMYK
RGB Variations
Color information
#1165FF (or 0x1165FF) is known color: Dodger Blue. HEX triplet: 11, 65 and FF. RGB value is (17,101,255). Sum of RGB (Red+Green+Blue) = 17+101+255=373 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.56% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #1165FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1165FF is #EE9A00. Grayscale: #5C5C5C. Windows color (decimal): -15636993 or 16737553. OLE color: 16737553.
HSL color Cylindrical-coordinate representation of color #1165FF: hue angle of 218.82º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1165FF is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 101 | 255 | - |
| CMYK | 0.93 | 0.60 | 0 | 0 |
| HSL | 218.82º | 1% | 0.53% | - |
| HSV(B) | 218.82º | 0.93% | 1% | - |
| XYZ | 22.93 | 16.65 | 96.61 | - |
| YUV | 93.44 | 219.17 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 255 | 0.93 | 0.60 | 0 | 0 | 218.82 | 1 | 0.53 |
| Hex | 11 | 65 | FF | 5D | 3C | 0 | 0 | DB | 64 | 35 |
| Octal | 21 | 145 | 377 | 135 | 74 | 0 | 0 | 333 | 144 | 65 |
| Binary | 10001 | 1100101 | 11111111 | 1011101 | 111100 | 0 | 0 | 11011011 | 1100100 | 110101 |
Color Harmonies of #1165FF
Complementary color
Monochromatic Colors of #1165FF
Black with #1165FF
Text Example
Text Example
White with #1165FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1165FF; }
p { color: rgb(17,101,255); }
H1.HeaderClassName
{
color: #1165FF;
}
.AnyTagClassName
{
color: #1165FF;
}
</style>
background-color css
<style>
a { background-color: #1165FF; }
a { background-color: rgb(17,101,255); }
div.DivClassName
{
background-color: #1165FF;
}
.BgClassName
{
background-color: #1165FF;
}
</style>
border-color css
<style>
span { border-color: #1165FF; }
span { border-color: rgb(17,101,255); }
td.TdClassName
{
border-color: #1165FF;
}
.TagClassName
{
border-color: #1165FF;
}
</style>