Shades of Dodger Blue #1681EC
Tints of Dodger Blue #1681EC
RGB
CMYK
RGB Variations
Color information
#1681EC (or 0x1681EC) is known color: Dodger Blue. HEX triplet: 16, 81 and EC. RGB value is (22,129,236). Sum of RGB (Red+Green+Blue) = 22+129+236=387 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.68% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #1681EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1681EC is #E97E13. Grayscale: #6C6C6C. Windows color (decimal): -15302164 or 15499542. OLE color: 15499542.
HSL color Cylindrical-coordinate representation of color #1681EC: hue angle of 210º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1681EC is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 129 | 236 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.07 |
| HSL | 210º | 0.85% | 0.51% | - |
| HSV(B) | 210º | 0.91% | 0.93% | - |
| XYZ | 23.32 | 21.93 | 82.36 | - |
| YUV | 109.21 | 199.55 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 129 | 236 | 0.91 | 0.45 | 0 | 0.07 | 210 | 0.85 | 0.51 |
| Hex | 16 | 81 | EC | 5B | 2D | 0 | 7 | D2 | 55 | 33 |
| Octal | 26 | 201 | 354 | 133 | 55 | 0 | 7 | 322 | 125 | 63 |
| Binary | 10110 | 10000001 | 11101100 | 1011011 | 101101 | 0 | 111 | 11010010 | 1010101 | 110011 |
Color Harmonies of #1681EC
Complementary color
Monochromatic Colors of #1681EC
Black with #1681EC
Text Example
Text Example
White with #1681EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1681EC; }
p { color: rgb(22,129,236); }
H1.HeaderClassName
{
color: #1681EC;
}
.AnyTagClassName
{
color: #1681EC;
}
</style>
background-color css
<style>
a { background-color: #1681EC; }
a { background-color: rgb(22,129,236); }
div.DivClassName
{
background-color: #1681EC;
}
.BgClassName
{
background-color: #1681EC;
}
</style>
border-color css
<style>
span { border-color: #1681EC; }
span { border-color: rgb(22,129,236); }
td.TdClassName
{
border-color: #1681EC;
}
.TagClassName
{
border-color: #1681EC;
}
</style>