Shades of Dodger Blue #008CFB
Tints of Dodger Blue #008CFB
RGB
CMYK
RGB Variations
Color information
#008CFB (or 0x008CFB) is known color: Dodger Blue. HEX triplet: 00, 8C and FB. RGB value is (0,140,251). Sum of RGB (Red+Green+Blue) = 0+140+251=391 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #008CFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008CFB is #FF7304. Grayscale: #6E6E6E. Windows color (decimal): -16741125 or 16485376. OLE color: 16485376.
HSL color Cylindrical-coordinate representation of color #008CFB: hue angle of 206.53º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CFB is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 140 | 251 | - |
| CMYK | 1 | 0.44 | 0 | 0.02 |
| HSL | 206.53º | 1% | 0.49% | - |
| HSV(B) | 206.53º | 1% | 0.98% | - |
| XYZ | 26.79 | 25.72 | 94.82 | - |
| YUV | 110.79 | 207.12 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 251 | 1 | 0.44 | 0 | 0.02 | 206.53 | 1 | 0.49 |
| Hex | 0 | 8C | FB | 64 | 2C | 0 | 2 | CF | 64 | 31 |
| Octal | 0 | 214 | 373 | 144 | 54 | 0 | 2 | 317 | 144 | 61 |
| Binary | 0 | 10001100 | 11111011 | 1100100 | 101100 | 0 | 10 | 11001111 | 1100100 | 110001 |
Color Harmonies of #008CFB
Complementary color
Monochromatic Colors of #008CFB
Black with #008CFB
Text Example
Text Example
White with #008CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008CFB; }
p { color: rgb(0,140,251); }
H1.HeaderClassName
{
color: #008CFB;
}
.AnyTagClassName
{
color: #008CFB;
}
</style>
background-color css
<style>
a { background-color: #008CFB; }
a { background-color: rgb(0,140,251); }
div.DivClassName
{
background-color: #008CFB;
}
.BgClassName
{
background-color: #008CFB;
}
</style>
border-color css
<style>
span { border-color: #008CFB; }
span { border-color: rgb(0,140,251); }
td.TdClassName
{
border-color: #008CFB;
}
.TagClassName
{
border-color: #008CFB;
}
</style>