Shades of Dodger Blue #008CFD
Tints of Dodger Blue #008CFD
RGB
CMYK
RGB Variations
Color information
#008CFD (or 0x008CFD) is known color: Dodger Blue. HEX triplet: 00, 8C and FD. RGB value is (0,140,253). Sum of RGB (Red+Green+Blue) = 0+140+253=393 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #008CFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008CFD is #FF7302. Grayscale: #6E6E6E. Windows color (decimal): -16741123 or 16616448. OLE color: 16616448.
HSL color Cylindrical-coordinate representation of color #008CFD: hue angle of 206.8º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CFD is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 140 | 253 | - |
| CMYK | 1 | 0.45 | 0 | 0.01 |
| HSL | 206.8º | 1% | 0.5% | - |
| HSV(B) | 206.8º | 1% | 0.99% | - |
| XYZ | 27.11 | 25.85 | 96.49 | - |
| YUV | 111.02 | 208.12 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 253 | 1 | 0.45 | 0 | 0.01 | 206.8 | 1 | 0.5 |
| Hex | 0 | 8C | FD | 64 | 2D | 0 | 1 | CF | 64 | 32 |
| Octal | 0 | 214 | 375 | 144 | 55 | 0 | 1 | 317 | 144 | 62 |
| Binary | 0 | 10001100 | 11111101 | 1100100 | 101101 | 0 | 1 | 11001111 | 1100100 | 110010 |
Color Harmonies of #008CFD
Complementary color
Monochromatic Colors of #008CFD
Black with #008CFD
Text Example
Text Example
White with #008CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008CFD; }
p { color: rgb(0,140,253); }
H1.HeaderClassName
{
color: #008CFD;
}
.AnyTagClassName
{
color: #008CFD;
}
</style>
background-color css
<style>
a { background-color: #008CFD; }
a { background-color: rgb(0,140,253); }
div.DivClassName
{
background-color: #008CFD;
}
.BgClassName
{
background-color: #008CFD;
}
</style>
border-color css
<style>
span { border-color: #008CFD; }
span { border-color: rgb(0,140,253); }
td.TdClassName
{
border-color: #008CFD;
}
.TagClassName
{
border-color: #008CFD;
}
</style>