Shades of Dodger Blue #008CFF
Tints of Dodger Blue #008CFF
RGB
CMYK
RGB Variations
Color information
#008CFF (or 0x008CFF) is known color: Dodger Blue. HEX triplet: 00, 8C and FF. RGB value is (0,140,255). Sum of RGB (Red+Green+Blue) = 0+140+255=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #008CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008CFF is #FF7300. Grayscale: #6E6E6E. Windows color (decimal): -16741121 or 16747520. OLE color: 16747520.
HSL color Cylindrical-coordinate representation of color #008CFF: hue angle of 207.06º 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 #008CFF is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 140 | 255 | - |
| CMYK | 1 | 0.45 | 0 | 0 |
| HSL | 207.06º | 1% | 0.5% | - |
| HSV(B) | 207.06º | 1% | 1% | - |
| XYZ | 27.43 | 25.98 | 98.18 | - |
| YUV | 111.25 | 209.12 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 255 | 1 | 0.45 | 0 | 0 | 207.06 | 1 | 0.5 |
| Hex | 0 | 8C | FF | 64 | 2D | 0 | 0 | CF | 64 | 32 |
| Octal | 0 | 214 | 377 | 144 | 55 | 0 | 0 | 317 | 144 | 62 |
| Binary | 0 | 10001100 | 11111111 | 1100100 | 101101 | 0 | 0 | 11001111 | 1100100 | 110010 |
Color Harmonies of #008CFF
Complementary color
Monochromatic Colors of #008CFF
Black with #008CFF
Text Example
Text Example
White with #008CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008CFF; }
p { color: rgb(0,140,255); }
H1.HeaderClassName
{
color: #008CFF;
}
.AnyTagClassName
{
color: #008CFF;
}
</style>
background-color css
<style>
a { background-color: #008CFF; }
a { background-color: rgb(0,140,255); }
div.DivClassName
{
background-color: #008CFF;
}
.BgClassName
{
background-color: #008CFF;
}
</style>
border-color css
<style>
span { border-color: #008CFF; }
span { border-color: rgb(0,140,255); }
td.TdClassName
{
border-color: #008CFF;
}
.TagClassName
{
border-color: #008CFF;
}
</style>