Shades of Dodger Blue #1184FD
Tints of Dodger Blue #1184FD
RGB
CMYK
RGB Variations
Color information
#1184FD (or 0x1184FD) is known color: Dodger Blue. HEX triplet: 11, 84 and FD. RGB value is (17,132,253). Sum of RGB (Red+Green+Blue) = 17+132+253=402 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.23% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 253 (99.22% from 255 or 62.94% from 402); Max value from RGB is 253 - color contains mainly: blue. Hex color #1184FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1184FD is #EE7B02. Grayscale: #6E6E6E. Windows color (decimal): -15629059 or 16614417. OLE color: 16614417.
HSL color Cylindrical-coordinate representation of color #1184FD: hue angle of 210.76º 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 #1184FD is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 132 | 253 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.01 |
| HSL | 210.76º | 0.98% | 0.53% | - |
| HSV(B) | 210.76º | 0.93% | 0.99% | - |
| XYZ | 26.21 | 23.71 | 96.12 | - |
| YUV | 111.41 | 207.9 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 132 | 253 | 0.93 | 0.48 | 0 | 0.01 | 210.76 | 0.98 | 0.53 |
| Hex | 11 | 84 | FD | 5D | 30 | 0 | 1 | D3 | 62 | 35 |
| Octal | 21 | 204 | 375 | 135 | 60 | 0 | 1 | 323 | 142 | 65 |
| Binary | 10001 | 10000100 | 11111101 | 1011101 | 110000 | 0 | 1 | 11010011 | 1100010 | 110101 |
Color Harmonies of #1184FD
Complementary color
Monochromatic Colors of #1184FD
Black with #1184FD
Text Example
Text Example
White with #1184FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1184FD; }
p { color: rgb(17,132,253); }
H1.HeaderClassName
{
color: #1184FD;
}
.AnyTagClassName
{
color: #1184FD;
}
</style>
background-color css
<style>
a { background-color: #1184FD; }
a { background-color: rgb(17,132,253); }
div.DivClassName
{
background-color: #1184FD;
}
.BgClassName
{
background-color: #1184FD;
}
</style>
border-color css
<style>
span { border-color: #1184FD; }
span { border-color: rgb(17,132,253); }
td.TdClassName
{
border-color: #1184FD;
}
.TagClassName
{
border-color: #1184FD;
}
</style>