Shades of Dodger Blue #1185F3
Tints of Dodger Blue #1185F3
RGB
CMYK
RGB Variations
Color information
#1185F3 (or 0x1185F3) is known color: Dodger Blue. HEX triplet: 11, 85 and F3. RGB value is (17,133,243). Sum of RGB (Red+Green+Blue) = 17+133+243=393 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.33% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 243 (95.31% from 255 or 61.83% from 393); Max value from RGB is 243 - color contains mainly: blue. Hex color #1185F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1185F3 is #EE7A0C. Grayscale: #6E6E6E. Windows color (decimal): -15628813 or 15959313. OLE color: 15959313.
HSL color Cylindrical-coordinate representation of color #1185F3: hue angle of 209.2º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1185F3 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 133 | 243 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.05 |
| HSL | 209.2º | 0.9% | 0.51% | - |
| HSV(B) | 209.2º | 0.93% | 0.95% | - |
| XYZ | 24.8 | 23.37 | 88 | - |
| YUV | 110.86 | 202.57 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 133 | 243 | 0.93 | 0.45 | 0 | 0.05 | 209.2 | 0.9 | 0.51 |
| Hex | 11 | 85 | F3 | 5D | 2D | 0 | 5 | D1 | 5A | 33 |
| Octal | 21 | 205 | 363 | 135 | 55 | 0 | 5 | 321 | 132 | 63 |
| Binary | 10001 | 10000101 | 11110011 | 1011101 | 101101 | 0 | 101 | 11010001 | 1011010 | 110011 |
Color Harmonies of #1185F3
Complementary color
Monochromatic Colors of #1185F3
Black with #1185F3
Text Example
Text Example
White with #1185F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1185F3; }
p { color: rgb(17,133,243); }
H1.HeaderClassName
{
color: #1185F3;
}
.AnyTagClassName
{
color: #1185F3;
}
</style>
background-color css
<style>
a { background-color: #1185F3; }
a { background-color: rgb(17,133,243); }
div.DivClassName
{
background-color: #1185F3;
}
.BgClassName
{
background-color: #1185F3;
}
</style>
border-color css
<style>
span { border-color: #1185F3; }
span { border-color: rgb(17,133,243); }
td.TdClassName
{
border-color: #1185F3;
}
.TagClassName
{
border-color: #1185F3;
}
</style>