Shades of Dodger Blue #0180FC
Tints of Dodger Blue #0180FC
RGB
CMYK
RGB Variations
Color information
#0180FC (or 0x0180FC) is known color: Dodger Blue. HEX triplet: 01, 80 and FC. RGB value is (1,128,252). Sum of RGB (Red+Green+Blue) = 1+128+252=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #0180FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0180FC is #FE7F03. Grayscale: #676767. Windows color (decimal): -16678660 or 16547841. OLE color: 16547841.
HSL color Cylindrical-coordinate representation of color #0180FC: hue angle of 209.64º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0180FC is Cyan = 1.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 128 | 252 | - |
| CMYK | 1.00 | 0.49 | 0 | 0.01 |
| HSL | 209.64º | 0.99% | 0.5% | - |
| HSV(B) | 209.64º | 1% | 0.99% | - |
| XYZ | 25.3 | 22.47 | 95.1 | - |
| YUV | 104.16 | 211.42 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 252 | 1.00 | 0.49 | 0 | 0.01 | 209.64 | 0.99 | 0.5 |
| Hex | 1 | 80 | FC | 64 | 31 | 0 | 1 | D2 | 63 | 32 |
| Octal | 1 | 200 | 374 | 144 | 61 | 0 | 1 | 322 | 143 | 62 |
| Binary | 1 | 10000000 | 11111100 | 1100100 | 110001 | 0 | 1 | 11010010 | 1100011 | 110010 |
Color Harmonies of #0180FC
Complementary color
Monochromatic Colors of #0180FC
Black with #0180FC
Text Example
Text Example
White with #0180FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0180FC; }
p { color: rgb(1,128,252); }
H1.HeaderClassName
{
color: #0180FC;
}
.AnyTagClassName
{
color: #0180FC;
}
</style>
background-color css
<style>
a { background-color: #0180FC; }
a { background-color: rgb(1,128,252); }
div.DivClassName
{
background-color: #0180FC;
}
.BgClassName
{
background-color: #0180FC;
}
</style>
border-color css
<style>
span { border-color: #0180FC; }
span { border-color: rgb(1,128,252); }
td.TdClassName
{
border-color: #0180FC;
}
.TagClassName
{
border-color: #0180FC;
}
</style>