Shades of Dodger Blue #1182FE
Tints of Dodger Blue #1182FE
RGB
CMYK
RGB Variations
Color information
#1182FE (or 0x1182FE) is known color: Dodger Blue. HEX triplet: 11, 82 and FE. RGB value is (17,130,254). Sum of RGB (Red+Green+Blue) = 17+130+254=401 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.24% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #1182FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1182FE is #EE7D01. Grayscale: #6D6D6D. Windows color (decimal): -15629570 or 16679441. OLE color: 16679441.
HSL color Cylindrical-coordinate representation of color #1182FE: hue angle of 211.39º 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 #1182FE is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 130 | 254 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.00 |
| HSL | 211.39º | 0.99% | 0.53% | - |
| HSV(B) | 211.39º | 0.93% | 1% | - |
| XYZ | 26.1 | 23.24 | 96.88 | - |
| YUV | 110.35 | 209.06 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 254 | 0.93 | 0.49 | 0 | 0.00 | 211.39 | 0.99 | 0.53 |
| Hex | 11 | 82 | FE | 5D | 31 | 0 | 0 | D3 | 63 | 35 |
| Octal | 21 | 202 | 376 | 135 | 61 | 0 | 0 | 323 | 143 | 65 |
| Binary | 10001 | 10000010 | 11111110 | 1011101 | 110001 | 0 | 0 | 11010011 | 1100011 | 110101 |
Color Harmonies of #1182FE
Complementary color
Monochromatic Colors of #1182FE
Black with #1182FE
Text Example
Text Example
White with #1182FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1182FE; }
p { color: rgb(17,130,254); }
H1.HeaderClassName
{
color: #1182FE;
}
.AnyTagClassName
{
color: #1182FE;
}
</style>
background-color css
<style>
a { background-color: #1182FE; }
a { background-color: rgb(17,130,254); }
div.DivClassName
{
background-color: #1182FE;
}
.BgClassName
{
background-color: #1182FE;
}
</style>
border-color css
<style>
span { border-color: #1182FE; }
span { border-color: rgb(17,130,254); }
td.TdClassName
{
border-color: #1182FE;
}
.TagClassName
{
border-color: #1182FE;
}
</style>