Shades of Dodger Blue #1193FC
Tints of Dodger Blue #1193FC
RGB
CMYK
RGB Variations
Color information
#1193FC (or 0x1193FC) is known color: Dodger Blue. HEX triplet: 11, 93 and FC. RGB value is (17,147,252). Sum of RGB (Red+Green+Blue) = 17+147+252=416 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.09% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #1193FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1193FC is #EE6C03. Grayscale: #777777. Windows color (decimal): -15625220 or 16552721. OLE color: 16552721.
HSL color Cylindrical-coordinate representation of color #1193FC: hue angle of 206.81º 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 #1193FC is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 147 | 252 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.01 |
| HSL | 206.81º | 0.98% | 0.53% | - |
| HSV(B) | 206.81º | 0.93% | 0.99% | - |
| XYZ | 28.24 | 28.01 | 96.01 | - |
| YUV | 120.1 | 202.43 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 147 | 252 | 0.93 | 0.42 | 0 | 0.01 | 206.81 | 0.98 | 0.53 |
| Hex | 11 | 93 | FC | 5D | 2A | 0 | 1 | CF | 62 | 35 |
| Octal | 21 | 223 | 374 | 135 | 52 | 0 | 1 | 317 | 142 | 65 |
| Binary | 10001 | 10010011 | 11111100 | 1011101 | 101010 | 0 | 1 | 11001111 | 1100010 | 110101 |
Color Harmonies of #1193FC
Complementary color
Monochromatic Colors of #1193FC
Black with #1193FC
Text Example
Text Example
White with #1193FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1193FC; }
p { color: rgb(17,147,252); }
H1.HeaderClassName
{
color: #1193FC;
}
.AnyTagClassName
{
color: #1193FC;
}
</style>
background-color css
<style>
a { background-color: #1193FC; }
a { background-color: rgb(17,147,252); }
div.DivClassName
{
background-color: #1193FC;
}
.BgClassName
{
background-color: #1193FC;
}
</style>
border-color css
<style>
span { border-color: #1193FC; }
span { border-color: rgb(17,147,252); }
td.TdClassName
{
border-color: #1193FC;
}
.TagClassName
{
border-color: #1193FC;
}
</style>