Shades of Dodger Blue #118BFC
Tints of Dodger Blue #118BFC
RGB
CMYK
RGB Variations
Color information
#118BFC (or 0x118BFC) is known color: Dodger Blue. HEX triplet: 11, 8B and FC. RGB value is (17,139,252). Sum of RGB (Red+Green+Blue) = 17+139+252=408 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.17% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #118BFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118BFC is #EE7403. Grayscale: #727272. Windows color (decimal): -15627268 or 16550673. OLE color: 16550673.
HSL color Cylindrical-coordinate representation of color #118BFC: hue angle of 208.85º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118BFC is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 139 | 252 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.01 |
| HSL | 208.85º | 0.98% | 0.53% | - |
| HSV(B) | 208.85º | 0.93% | 0.99% | - |
| XYZ | 27.03 | 25.61 | 95.61 | - |
| YUV | 115.4 | 205.08 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 252 | 0.93 | 0.45 | 0 | 0.01 | 208.85 | 0.98 | 0.53 |
| Hex | 11 | 8B | FC | 5D | 2D | 0 | 1 | D1 | 62 | 35 |
| Octal | 21 | 213 | 374 | 135 | 55 | 0 | 1 | 321 | 142 | 65 |
| Binary | 10001 | 10001011 | 11111100 | 1011101 | 101101 | 0 | 1 | 11010001 | 1100010 | 110101 |
Color Harmonies of #118BFC
Complementary color
Monochromatic Colors of #118BFC
Black with #118BFC
Text Example
Text Example
White with #118BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118BFC; }
p { color: rgb(17,139,252); }
H1.HeaderClassName
{
color: #118BFC;
}
.AnyTagClassName
{
color: #118BFC;
}
</style>
background-color css
<style>
a { background-color: #118BFC; }
a { background-color: rgb(17,139,252); }
div.DivClassName
{
background-color: #118BFC;
}
.BgClassName
{
background-color: #118BFC;
}
</style>
border-color css
<style>
span { border-color: #118BFC; }
span { border-color: rgb(17,139,252); }
td.TdClassName
{
border-color: #118BFC;
}
.TagClassName
{
border-color: #118BFC;
}
</style>