Shades of Dodger Blue #1090FA
Tints of Dodger Blue #1090FA
RGB
CMYK
RGB Variations
Color information
#1090FA (or 0x1090FA) is known color: Dodger Blue. HEX triplet: 10, 90 and FA. RGB value is (16,144,250). Sum of RGB (Red+Green+Blue) = 16+144+250=410 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.90% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #1090FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1090FA is #EF6F05. Grayscale: #757575. Windows color (decimal): -15691526 or 16420880. OLE color: 16420880.
HSL color Cylindrical-coordinate representation of color #1090FA: hue angle of 207.18º 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 #1090FA is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 144 | 250 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.02 |
| HSL | 207.18º | 0.96% | 0.52% | - |
| HSV(B) | 207.18º | 0.94% | 0.98% | - |
| XYZ | 27.44 | 26.96 | 94.2 | - |
| YUV | 117.81 | 202.59 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 250 | 0.94 | 0.42 | 0 | 0.02 | 207.18 | 0.96 | 0.52 |
| Hex | 10 | 90 | FA | 5E | 2A | 0 | 2 | CF | 60 | 34 |
| Octal | 20 | 220 | 372 | 136 | 52 | 0 | 2 | 317 | 140 | 64 |
| Binary | 10000 | 10010000 | 11111010 | 1011110 | 101010 | 0 | 10 | 11001111 | 1100000 | 110100 |
Color Harmonies of #1090FA
Complementary color
Monochromatic Colors of #1090FA
Black with #1090FA
Text Example
Text Example
White with #1090FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1090FA; }
p { color: rgb(16,144,250); }
H1.HeaderClassName
{
color: #1090FA;
}
.AnyTagClassName
{
color: #1090FA;
}
</style>
background-color css
<style>
a { background-color: #1090FA; }
a { background-color: rgb(16,144,250); }
div.DivClassName
{
background-color: #1090FA;
}
.BgClassName
{
background-color: #1090FA;
}
</style>
border-color css
<style>
span { border-color: #1090FA; }
span { border-color: rgb(16,144,250); }
td.TdClassName
{
border-color: #1090FA;
}
.TagClassName
{
border-color: #1090FA;
}
</style>