Shades of Dodger Blue #008CF5
Tints of Dodger Blue #008CF5
RGB
CMYK
RGB Variations
Color information
#008CF5 (or 0x008CF5) is known color: Dodger Blue. HEX triplet: 00, 8C and F5. RGB value is (0,140,245). Sum of RGB (Red+Green+Blue) = 0+140+245=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 245 (96.09% from 255 or 63.64% from 385); Max value from RGB is 245 - color contains mainly: blue. Hex color #008CF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008CF5 is #FF730A. Grayscale: #6D6D6D. Windows color (decimal): -16741131 or 16092160. OLE color: 16092160.
HSL color Cylindrical-coordinate representation of color #008CF5: hue angle of 205.71º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CF5 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 0 | 140 | 245 | - |
| CMYK | 1 | 0.43 | 0 | 0.04 |
| HSL | 205.71º | 1% | 0.48% | - |
| HSV(B) | 205.71º | 1% | 0.96% | - |
| XYZ | 25.86 | 25.35 | 89.92 | - |
| YUV | 110.11 | 204.12 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 245 | 1 | 0.43 | 0 | 0.04 | 205.71 | 1 | 0.48 |
| Hex | 0 | 8C | F5 | 64 | 2B | 0 | 4 | CE | 64 | 30 |
| Octal | 0 | 214 | 365 | 144 | 53 | 0 | 4 | 316 | 144 | 60 |
| Binary | 0 | 10001100 | 11110101 | 1100100 | 101011 | 0 | 100 | 11001110 | 1100100 | 110000 |
Color Harmonies of #008CF5
Complementary color
Monochromatic Colors of #008CF5
Black with #008CF5
Text Example
Text Example
White with #008CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008CF5; }
p { color: rgb(0,140,245); }
H1.HeaderClassName
{
color: #008CF5;
}
.AnyTagClassName
{
color: #008CF5;
}
</style>
background-color css
<style>
a { background-color: #008CF5; }
a { background-color: rgb(0,140,245); }
div.DivClassName
{
background-color: #008CF5;
}
.BgClassName
{
background-color: #008CF5;
}
</style>
border-color css
<style>
span { border-color: #008CF5; }
span { border-color: rgb(0,140,245); }
td.TdClassName
{
border-color: #008CF5;
}
.TagClassName
{
border-color: #008CF5;
}
</style>