Shades of Dodger Blue #087CF0
Tints of Dodger Blue #087CF0
RGB
CMYK
RGB Variations
Color information
#087CF0 (or 0x087CF0) is known color: Dodger Blue. HEX triplet: 08, 7C and F0. RGB value is (8,124,240). Sum of RGB (Red+Green+Blue) = 8+124+240=372 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.15% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 240 (94.14% from 255 or 64.52% from 372); Max value from RGB is 240 - color contains mainly: blue. Hex color #087CF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087CF0 is #F7830F. Grayscale: #656565. Windows color (decimal): -16220944 or 15760392. OLE color: 15760392.
HSL color Cylindrical-coordinate representation of color #087CF0: hue angle of 210º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087CF0 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 124 | 240 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.06 |
| HSL | 210º | 0.94% | 0.49% | - |
| HSV(B) | 210º | 0.97% | 0.94% | - |
| XYZ | 23.04 | 20.76 | 85.23 | - |
| YUV | 102.54 | 205.57 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 240 | 0.97 | 0.48 | 0 | 0.06 | 210 | 0.94 | 0.49 |
| Hex | 8 | 7C | F0 | 61 | 30 | 0 | 6 | D2 | 5E | 31 |
| Octal | 10 | 174 | 360 | 141 | 60 | 0 | 6 | 322 | 136 | 61 |
| Binary | 1000 | 1111100 | 11110000 | 1100001 | 110000 | 0 | 110 | 11010010 | 1011110 | 110001 |
Color Harmonies of #087CF0
Complementary color
Monochromatic Colors of #087CF0
Black with #087CF0
Text Example
Text Example
White with #087CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087CF0; }
p { color: rgb(8,124,240); }
H1.HeaderClassName
{
color: #087CF0;
}
.AnyTagClassName
{
color: #087CF0;
}
</style>
background-color css
<style>
a { background-color: #087CF0; }
a { background-color: rgb(8,124,240); }
div.DivClassName
{
background-color: #087CF0;
}
.BgClassName
{
background-color: #087CF0;
}
</style>
border-color css
<style>
span { border-color: #087CF0; }
span { border-color: rgb(8,124,240); }
td.TdClassName
{
border-color: #087CF0;
}
.TagClassName
{
border-color: #087CF0;
}
</style>