Shades of Dodger Blue #1091FA
Tints of Dodger Blue #1091FA
RGB
CMYK
RGB Variations
Color information
#1091FA (or 0x1091FA) is known color: Dodger Blue. HEX triplet: 10, 91 and FA. RGB value is (16,145,250). Sum of RGB (Red+Green+Blue) = 16+145+250=411 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.89% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #1091FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1091FA is #EF6E05. Grayscale: #757575. Windows color (decimal): -15691270 or 16421136. OLE color: 16421136.
HSL color Cylindrical-coordinate representation of color #1091FA: hue angle of 206.92º 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 #1091FA is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 145 | 250 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.02 |
| HSL | 206.92º | 0.96% | 0.52% | - |
| HSV(B) | 206.92º | 0.94% | 0.98% | - |
| XYZ | 27.59 | 27.26 | 94.25 | - |
| YUV | 118.4 | 202.26 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 145 | 250 | 0.94 | 0.42 | 0 | 0.02 | 206.92 | 0.96 | 0.52 |
| Hex | 10 | 91 | FA | 5E | 2A | 0 | 2 | CF | 60 | 34 |
| Octal | 20 | 221 | 372 | 136 | 52 | 0 | 2 | 317 | 140 | 64 |
| Binary | 10000 | 10010001 | 11111010 | 1011110 | 101010 | 0 | 10 | 11001111 | 1100000 | 110100 |
Color Harmonies of #1091FA
Complementary color
Monochromatic Colors of #1091FA
Black with #1091FA
Text Example
Text Example
White with #1091FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1091FA; }
p { color: rgb(16,145,250); }
H1.HeaderClassName
{
color: #1091FA;
}
.AnyTagClassName
{
color: #1091FA;
}
</style>
background-color css
<style>
a { background-color: #1091FA; }
a { background-color: rgb(16,145,250); }
div.DivClassName
{
background-color: #1091FA;
}
.BgClassName
{
background-color: #1091FA;
}
</style>
border-color css
<style>
span { border-color: #1091FA; }
span { border-color: rgb(16,145,250); }
td.TdClassName
{
border-color: #1091FA;
}
.TagClassName
{
border-color: #1091FA;
}
</style>