Shades of Dodger Blue #1085FD
Tints of Dodger Blue #1085FD
RGB
CMYK
RGB Variations
Color information
#1085FD (or 0x1085FD) is known color: Dodger Blue. HEX triplet: 10, 85 and FD. RGB value is (16,133,253). Sum of RGB (Red+Green+Blue) = 16+133+253=402 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.98% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 253 (99.22% from 255 or 62.94% from 402); Max value from RGB is 253 - color contains mainly: blue. Hex color #1085FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1085FD is #EF7A02. Grayscale: #6F6F6F. Windows color (decimal): -15694339 or 16614672. OLE color: 16614672.
HSL color Cylindrical-coordinate representation of color #1085FD: hue angle of 210.38º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1085FD is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 133 | 253 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.01 |
| HSL | 210.38º | 0.98% | 0.53% | - |
| HSV(B) | 210.38º | 0.94% | 0.99% | - |
| XYZ | 26.33 | 23.98 | 96.17 | - |
| YUV | 111.7 | 207.74 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 133 | 253 | 0.94 | 0.47 | 0 | 0.01 | 210.38 | 0.98 | 0.53 |
| Hex | 10 | 85 | FD | 5E | 2F | 0 | 1 | D2 | 62 | 35 |
| Octal | 20 | 205 | 375 | 136 | 57 | 0 | 1 | 322 | 142 | 65 |
| Binary | 10000 | 10000101 | 11111101 | 1011110 | 101111 | 0 | 1 | 11010010 | 1100010 | 110101 |
Color Harmonies of #1085FD
Complementary color
Monochromatic Colors of #1085FD
Black with #1085FD
Text Example
Text Example
White with #1085FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1085FD; }
p { color: rgb(16,133,253); }
H1.HeaderClassName
{
color: #1085FD;
}
.AnyTagClassName
{
color: #1085FD;
}
</style>
background-color css
<style>
a { background-color: #1085FD; }
a { background-color: rgb(16,133,253); }
div.DivClassName
{
background-color: #1085FD;
}
.BgClassName
{
background-color: #1085FD;
}
</style>
border-color css
<style>
span { border-color: #1085FD; }
span { border-color: rgb(16,133,253); }
td.TdClassName
{
border-color: #1085FD;
}
.TagClassName
{
border-color: #1085FD;
}
</style>