Shades of Dodger Blue #008CFC
Tints of Dodger Blue #008CFC
RGB
CMYK
RGB Variations
Color information
#008CFC (or 0x008CFC) is known color: Dodger Blue. HEX triplet: 00, 8C and FC. RGB value is (0,140,252). Sum of RGB (Red+Green+Blue) = 0+140+252=392 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 392); Green value is 140 (55.08% from 255 or 35.71% 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 #008CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008CFC is #FF7303. Grayscale: #6E6E6E. Windows color (decimal): -16741124 or 16550912. OLE color: 16550912.
HSL color Cylindrical-coordinate representation of color #008CFC: hue angle of 206.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CFC is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 140 | 252 | - |
| CMYK | 1 | 0.44 | 0 | 0.01 |
| HSL | 206.67º | 1% | 0.49% | - |
| HSV(B) | 206.67º | 1% | 0.99% | - |
| XYZ | 26.95 | 25.78 | 95.65 | - |
| YUV | 110.91 | 207.62 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 252 | 1 | 0.44 | 0 | 0.01 | 206.67 | 1 | 0.49 |
| Hex | 0 | 8C | FC | 64 | 2C | 0 | 1 | CF | 64 | 31 |
| Octal | 0 | 214 | 374 | 144 | 54 | 0 | 1 | 317 | 144 | 61 |
| Binary | 0 | 10001100 | 11111100 | 1100100 | 101100 | 0 | 1 | 11001111 | 1100100 | 110001 |
Color Harmonies of #008CFC
Complementary color
Monochromatic Colors of #008CFC
Black with #008CFC
Text Example
Text Example
White with #008CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008CFC; }
p { color: rgb(0,140,252); }
H1.HeaderClassName
{
color: #008CFC;
}
.AnyTagClassName
{
color: #008CFC;
}
</style>
background-color css
<style>
a { background-color: #008CFC; }
a { background-color: rgb(0,140,252); }
div.DivClassName
{
background-color: #008CFC;
}
.BgClassName
{
background-color: #008CFC;
}
</style>
border-color css
<style>
span { border-color: #008CFC; }
span { border-color: rgb(0,140,252); }
td.TdClassName
{
border-color: #008CFC;
}
.TagClassName
{
border-color: #008CFC;
}
</style>