Shades of Dodger Blue #1084FA
Tints of Dodger Blue #1084FA
RGB
CMYK
RGB Variations
Color information
#1084FA (or 0x1084FA) is known color: Dodger Blue. HEX triplet: 10, 84 and FA. RGB value is (16,132,250). Sum of RGB (Red+Green+Blue) = 16+132+250=398 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.02% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #1084FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1084FA is #EF7B05. Grayscale: #6E6E6E. Windows color (decimal): -15694598 or 16417808. OLE color: 16417808.
HSL color Cylindrical-coordinate representation of color #1084FA: hue angle of 210.26º 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 #1084FA is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 132 | 250 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.02 |
| HSL | 210.26º | 0.96% | 0.52% | - |
| HSV(B) | 210.26º | 0.94% | 0.98% | - |
| XYZ | 25.72 | 23.51 | 93.63 | - |
| YUV | 110.77 | 206.57 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 132 | 250 | 0.94 | 0.47 | 0 | 0.02 | 210.26 | 0.96 | 0.52 |
| Hex | 10 | 84 | FA | 5E | 2F | 0 | 2 | D2 | 60 | 34 |
| Octal | 20 | 204 | 372 | 136 | 57 | 0 | 2 | 322 | 140 | 64 |
| Binary | 10000 | 10000100 | 11111010 | 1011110 | 101111 | 0 | 10 | 11010010 | 1100000 | 110100 |
Color Harmonies of #1084FA
Complementary color
Monochromatic Colors of #1084FA
Black with #1084FA
Text Example
Text Example
White with #1084FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1084FA; }
p { color: rgb(16,132,250); }
H1.HeaderClassName
{
color: #1084FA;
}
.AnyTagClassName
{
color: #1084FA;
}
</style>
background-color css
<style>
a { background-color: #1084FA; }
a { background-color: rgb(16,132,250); }
div.DivClassName
{
background-color: #1084FA;
}
.BgClassName
{
background-color: #1084FA;
}
</style>
border-color css
<style>
span { border-color: #1084FA; }
span { border-color: rgb(16,132,250); }
td.TdClassName
{
border-color: #1084FA;
}
.TagClassName
{
border-color: #1084FA;
}
</style>