Shades of Dodger Blue #0180FF
Tints of Dodger Blue #0180FF
RGB
CMYK
RGB Variations
Color information
#0180FF (or 0x0180FF) is known color: Dodger Blue. HEX triplet: 01, 80 and FF. RGB value is (1,128,255). Sum of RGB (Red+Green+Blue) = 1+128+255=384 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #0180FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0180FF is #FE7F00. Grayscale: #676767. Windows color (decimal): -16678657 or 16744449. OLE color: 16744449.
HSL color Cylindrical-coordinate representation of color #0180FF: hue angle of 210º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0180FF is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 128 | 255 | - |
| CMYK | 1.00 | 0.50 | 0 | 0 |
| HSL | 210º | 1% | 0.5% | - |
| HSV(B) | 210º | 1% | 1% | - |
| XYZ | 25.78 | 22.66 | 97.62 | - |
| YUV | 104.51 | 212.92 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 255 | 1.00 | 0.50 | 0 | 0 | 210 | 1 | 0.5 |
| Hex | 1 | 80 | FF | 64 | 32 | 0 | 0 | D2 | 64 | 32 |
| Octal | 1 | 200 | 377 | 144 | 62 | 0 | 0 | 322 | 144 | 62 |
| Binary | 1 | 10000000 | 11111111 | 1100100 | 110010 | 0 | 0 | 11010010 | 1100100 | 110010 |
Color Harmonies of #0180FF
Complementary color
Monochromatic Colors of #0180FF
Black with #0180FF
Text Example
Text Example
White with #0180FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0180FF; }
p { color: rgb(1,128,255); }
H1.HeaderClassName
{
color: #0180FF;
}
.AnyTagClassName
{
color: #0180FF;
}
</style>
background-color css
<style>
a { background-color: #0180FF; }
a { background-color: rgb(1,128,255); }
div.DivClassName
{
background-color: #0180FF;
}
.BgClassName
{
background-color: #0180FF;
}
</style>
border-color css
<style>
span { border-color: #0180FF; }
span { border-color: rgb(1,128,255); }
td.TdClassName
{
border-color: #0180FF;
}
.TagClassName
{
border-color: #0180FF;
}
</style>