Shades of Dodger Blue #0181EC
Tints of Dodger Blue #0181EC
RGB
CMYK
RGB Variations
Color information
#0181EC (or 0x0181EC) is known color: Dodger Blue. HEX triplet: 01, 81 and EC. RGB value is (1,129,236). Sum of RGB (Red+Green+Blue) = 1+129+236=366 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #0181EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0181EC is #FE7E13. Grayscale: #666666. Windows color (decimal): -16678420 or 15499521. OLE color: 15499521.
HSL color Cylindrical-coordinate representation of color #0181EC: hue angle of 207.32º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0181EC is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 129 | 236 | - |
| CMYK | 1.00 | 0.45 | 0 | 0.07 |
| HSL | 207.32º | 0.99% | 0.46% | - |
| HSV(B) | 207.32º | 1% | 0.93% | - |
| XYZ | 23 | 21.76 | 82.35 | - |
| YUV | 102.93 | 203.09 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 236 | 1.00 | 0.45 | 0 | 0.07 | 207.32 | 0.99 | 0.46 |
| Hex | 1 | 81 | EC | 64 | 2D | 0 | 7 | CF | 63 | 2E |
| Octal | 1 | 201 | 354 | 144 | 55 | 0 | 7 | 317 | 143 | 56 |
| Binary | 1 | 10000001 | 11101100 | 1100100 | 101101 | 0 | 111 | 11001111 | 1100011 | 101110 |
Color Harmonies of #0181EC
Complementary color
Monochromatic Colors of #0181EC
Black with #0181EC
Text Example
Text Example
White with #0181EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0181EC; }
p { color: rgb(1,129,236); }
H1.HeaderClassName
{
color: #0181EC;
}
.AnyTagClassName
{
color: #0181EC;
}
</style>
background-color css
<style>
a { background-color: #0181EC; }
a { background-color: rgb(1,129,236); }
div.DivClassName
{
background-color: #0181EC;
}
.BgClassName
{
background-color: #0181EC;
}
</style>
border-color css
<style>
span { border-color: #0181EC; }
span { border-color: rgb(1,129,236); }
td.TdClassName
{
border-color: #0181EC;
}
.TagClassName
{
border-color: #0181EC;
}
</style>