Shades of Dodger Blue #1085FA
Tints of Dodger Blue #1085FA
RGB
CMYK
RGB Variations
Color information
#1085FA (or 0x1085FA) is known color: Dodger Blue. HEX triplet: 10, 85 and FA. RGB value is (16,133,250). Sum of RGB (Red+Green+Blue) = 16+133+250=399 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.01% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #1085FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1085FA is #EF7A05. Grayscale: #6E6E6E. Windows color (decimal): -15694342 or 16418064. OLE color: 16418064.
HSL color Cylindrical-coordinate representation of color #1085FA: hue angle of 210º 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 #1085FA is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 133 | 250 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.02 |
| HSL | 210º | 0.96% | 0.52% | - |
| HSV(B) | 210º | 0.94% | 0.98% | - |
| XYZ | 25.86 | 23.79 | 93.67 | - |
| YUV | 111.36 | 206.24 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 133 | 250 | 0.94 | 0.47 | 0 | 0.02 | 210 | 0.96 | 0.52 |
| Hex | 10 | 85 | FA | 5E | 2F | 0 | 2 | D2 | 60 | 34 |
| Octal | 20 | 205 | 372 | 136 | 57 | 0 | 2 | 322 | 140 | 64 |
| Binary | 10000 | 10000101 | 11111010 | 1011110 | 101111 | 0 | 10 | 11010010 | 1100000 | 110100 |
Color Harmonies of #1085FA
Complementary color
Monochromatic Colors of #1085FA
Black with #1085FA
Text Example
Text Example
White with #1085FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1085FA; }
p { color: rgb(16,133,250); }
H1.HeaderClassName
{
color: #1085FA;
}
.AnyTagClassName
{
color: #1085FA;
}
</style>
background-color css
<style>
a { background-color: #1085FA; }
a { background-color: rgb(16,133,250); }
div.DivClassName
{
background-color: #1085FA;
}
.BgClassName
{
background-color: #1085FA;
}
</style>
border-color css
<style>
span { border-color: #1085FA; }
span { border-color: rgb(16,133,250); }
td.TdClassName
{
border-color: #1085FA;
}
.TagClassName
{
border-color: #1085FA;
}
</style>