Shades of Dodger Blue #008CFE
Tints of Dodger Blue #008CFE
RGB
CMYK
RGB Variations
Color information
#008CFE (or 0x008CFE) is known color: Dodger Blue. HEX triplet: 00, 8C and FE. RGB value is (0,140,254). Sum of RGB (Red+Green+Blue) = 0+140+254=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #008CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008CFE is #FF7301. Grayscale: #6E6E6E. Windows color (decimal): -16741122 or 16681984. OLE color: 16681984.
HSL color Cylindrical-coordinate representation of color #008CFE: hue angle of 206.93º 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 #008CFE is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 140 | 254 | - |
| CMYK | 1 | 0.45 | 0 | 0.00 |
| HSL | 206.93º | 1% | 0.5% | - |
| HSV(B) | 206.93º | 1% | 1% | - |
| XYZ | 27.27 | 25.91 | 97.33 | - |
| YUV | 111.14 | 208.62 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 254 | 1 | 0.45 | 0 | 0.00 | 206.93 | 1 | 0.5 |
| Hex | 0 | 8C | FE | 64 | 2D | 0 | 0 | CF | 64 | 32 |
| Octal | 0 | 214 | 376 | 144 | 55 | 0 | 0 | 317 | 144 | 62 |
| Binary | 0 | 10001100 | 11111110 | 1100100 | 101101 | 0 | 0 | 11001111 | 1100100 | 110010 |
Color Harmonies of #008CFE
Complementary color
Monochromatic Colors of #008CFE
Black with #008CFE
Text Example
Text Example
White with #008CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008CFE; }
p { color: rgb(0,140,254); }
H1.HeaderClassName
{
color: #008CFE;
}
.AnyTagClassName
{
color: #008CFE;
}
</style>
background-color css
<style>
a { background-color: #008CFE; }
a { background-color: rgb(0,140,254); }
div.DivClassName
{
background-color: #008CFE;
}
.BgClassName
{
background-color: #008CFE;
}
</style>
border-color css
<style>
span { border-color: #008CFE; }
span { border-color: rgb(0,140,254); }
td.TdClassName
{
border-color: #008CFE;
}
.TagClassName
{
border-color: #008CFE;
}
</style>