Shades of Dodger Blue #018BFC
Tints of Dodger Blue #018BFC
RGB
CMYK
RGB Variations
Color information
#018BFC (or 0x018BFC) is known color: Dodger Blue. HEX triplet: 01, 8B and FC. RGB value is (1,139,252). Sum of RGB (Red+Green+Blue) = 1+139+252=392 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #018BFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018BFC is #FE7403. Grayscale: #6E6E6E. Windows color (decimal): -16675844 or 16550657. OLE color: 16550657.
HSL color Cylindrical-coordinate representation of color #018BFC: hue angle of 207.01º 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 #018BFC is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 139 | 252 | - |
| CMYK | 1.00 | 0.45 | 0 | 0.01 |
| HSL | 207.01º | 0.99% | 0.5% | - |
| HSV(B) | 207.01º | 1% | 0.99% | - |
| XYZ | 26.82 | 25.5 | 95.6 | - |
| YUV | 110.62 | 207.78 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 252 | 1.00 | 0.45 | 0 | 0.01 | 207.01 | 0.99 | 0.5 |
| Hex | 1 | 8B | FC | 64 | 2D | 0 | 1 | CF | 63 | 32 |
| Octal | 1 | 213 | 374 | 144 | 55 | 0 | 1 | 317 | 143 | 62 |
| Binary | 1 | 10001011 | 11111100 | 1100100 | 101101 | 0 | 1 | 11001111 | 1100011 | 110010 |
Color Harmonies of #018BFC
Complementary color
Monochromatic Colors of #018BFC
Black with #018BFC
Text Example
Text Example
White with #018BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018BFC; }
p { color: rgb(1,139,252); }
H1.HeaderClassName
{
color: #018BFC;
}
.AnyTagClassName
{
color: #018BFC;
}
</style>
background-color css
<style>
a { background-color: #018BFC; }
a { background-color: rgb(1,139,252); }
div.DivClassName
{
background-color: #018BFC;
}
.BgClassName
{
background-color: #018BFC;
}
</style>
border-color css
<style>
span { border-color: #018BFC; }
span { border-color: rgb(1,139,252); }
td.TdClassName
{
border-color: #018BFC;
}
.TagClassName
{
border-color: #018BFC;
}
</style>