Shades of Dodger Blue #1167FE
Tints of Dodger Blue #1167FE
RGB
CMYK
RGB Variations
Color information
#1167FE (or 0x1167FE) is known color: Dodger Blue. HEX triplet: 11, 67 and FE. RGB value is (17,103,254). Sum of RGB (Red+Green+Blue) = 17+103+254=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #1167FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1167FE is #EE9801. Grayscale: #5D5D5D. Windows color (decimal): -15636482 or 16672529. OLE color: 16672529.
HSL color Cylindrical-coordinate representation of color #1167FE: hue angle of 218.23º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1167FE is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 103 | 254 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.00 |
| HSL | 218.23º | 0.99% | 0.53% | - |
| HSV(B) | 218.23º | 0.93% | 1% | - |
| XYZ | 22.97 | 16.98 | 95.83 | - |
| YUV | 94.5 | 218.01 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 103 | 254 | 0.93 | 0.59 | 0 | 0.00 | 218.23 | 0.99 | 0.53 |
| Hex | 11 | 67 | FE | 5D | 3B | 0 | 0 | DA | 63 | 35 |
| Octal | 21 | 147 | 376 | 135 | 73 | 0 | 0 | 332 | 143 | 65 |
| Binary | 10001 | 1100111 | 11111110 | 1011101 | 111011 | 0 | 0 | 11011010 | 1100011 | 110101 |
Color Harmonies of #1167FE
Complementary color
Monochromatic Colors of #1167FE
Black with #1167FE
Text Example
Text Example
White with #1167FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1167FE; }
p { color: rgb(17,103,254); }
H1.HeaderClassName
{
color: #1167FE;
}
.AnyTagClassName
{
color: #1167FE;
}
</style>
background-color css
<style>
a { background-color: #1167FE; }
a { background-color: rgb(17,103,254); }
div.DivClassName
{
background-color: #1167FE;
}
.BgClassName
{
background-color: #1167FE;
}
</style>
border-color css
<style>
span { border-color: #1167FE; }
span { border-color: rgb(17,103,254); }
td.TdClassName
{
border-color: #1167FE;
}
.TagClassName
{
border-color: #1167FE;
}
</style>