Shades of Dodger Blue #1093FA
Tints of Dodger Blue #1093FA
RGB
CMYK
RGB Variations
Color information
#1093FA (or 0x1093FA) is known color: Dodger Blue. HEX triplet: 10, 93 and FA. RGB value is (16,147,250). Sum of RGB (Red+Green+Blue) = 16+147+250=413 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.87% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #1093FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1093FA is #EF6C05. Grayscale: #777777. Windows color (decimal): -15690758 or 16421648. OLE color: 16421648.
HSL color Cylindrical-coordinate representation of color #1093FA: hue angle of 206.41º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1093FA is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 147 | 250 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.02 |
| HSL | 206.41º | 0.96% | 0.52% | - |
| HSV(B) | 206.41º | 0.94% | 0.98% | - |
| XYZ | 27.9 | 27.88 | 94.35 | - |
| YUV | 119.57 | 201.6 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 147 | 250 | 0.94 | 0.41 | 0 | 0.02 | 206.41 | 0.96 | 0.52 |
| Hex | 10 | 93 | FA | 5E | 29 | 0 | 2 | CE | 60 | 34 |
| Octal | 20 | 223 | 372 | 136 | 51 | 0 | 2 | 316 | 140 | 64 |
| Binary | 10000 | 10010011 | 11111010 | 1011110 | 101001 | 0 | 10 | 11001110 | 1100000 | 110100 |
Color Harmonies of #1093FA
Complementary color
Monochromatic Colors of #1093FA
Black with #1093FA
Text Example
Text Example
White with #1093FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1093FA; }
p { color: rgb(16,147,250); }
H1.HeaderClassName
{
color: #1093FA;
}
.AnyTagClassName
{
color: #1093FA;
}
</style>
background-color css
<style>
a { background-color: #1093FA; }
a { background-color: rgb(16,147,250); }
div.DivClassName
{
background-color: #1093FA;
}
.BgClassName
{
background-color: #1093FA;
}
</style>
border-color css
<style>
span { border-color: #1093FA; }
span { border-color: rgb(16,147,250); }
td.TdClassName
{
border-color: #1093FA;
}
.TagClassName
{
border-color: #1093FA;
}
</style>