Shades of Dodger Blue #1168F9
Tints of Dodger Blue #1168F9
RGB
CMYK
RGB Variations
Color information
#1168F9 (or 0x1168F9) is known color: Dodger Blue. HEX triplet: 11, 68 and F9. RGB value is (17,104,249). Sum of RGB (Red+Green+Blue) = 17+104+249=370 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.59% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 249 (97.66% from 255 or 67.30% from 370); Max value from RGB is 249 - color contains mainly: blue. Hex color #1168F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1168F9 is #EE9706. Grayscale: #5D5D5D. Windows color (decimal): -15636231 or 16345105. OLE color: 16345105.
HSL color Cylindrical-coordinate representation of color #1168F9: hue angle of 217.5º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1168F9 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 104 | 249 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.02 |
| HSL | 217.5º | 0.95% | 0.52% | - |
| HSV(B) | 217.5º | 0.93% | 0.98% | - |
| XYZ | 22.28 | 16.86 | 91.7 | - |
| YUV | 94.52 | 215.18 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 249 | 0.93 | 0.58 | 0 | 0.02 | 217.5 | 0.95 | 0.52 |
| Hex | 11 | 68 | F9 | 5D | 3A | 0 | 2 | DA | 5F | 34 |
| Octal | 21 | 150 | 371 | 135 | 72 | 0 | 2 | 332 | 137 | 64 |
| Binary | 10001 | 1101000 | 11111001 | 1011101 | 111010 | 0 | 10 | 11011010 | 1011111 | 110100 |
Color Harmonies of #1168F9
Complementary color
Monochromatic Colors of #1168F9
Black with #1168F9
Text Example
Text Example
White with #1168F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1168F9; }
p { color: rgb(17,104,249); }
H1.HeaderClassName
{
color: #1168F9;
}
.AnyTagClassName
{
color: #1168F9;
}
</style>
background-color css
<style>
a { background-color: #1168F9; }
a { background-color: rgb(17,104,249); }
div.DivClassName
{
background-color: #1168F9;
}
.BgClassName
{
background-color: #1168F9;
}
</style>
border-color css
<style>
span { border-color: #1168F9; }
span { border-color: rgb(17,104,249); }
td.TdClassName
{
border-color: #1168F9;
}
.TagClassName
{
border-color: #1168F9;
}
</style>