Shades of Dodger Blue #087AF4
Tints of Dodger Blue #087AF4
RGB
CMYK
RGB Variations
Color information
#087AF4 (or 0x087AF4) is known color: Dodger Blue. HEX triplet: 08, 7A and F4. RGB value is (8,122,244). Sum of RGB (Red+Green+Blue) = 8+122+244=374 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 244 (95.70% from 255 or 65.24% from 374); Max value from RGB is 244 - color contains mainly: blue. Hex color #087AF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087AF4 is #F7850B. Grayscale: #656565. Windows color (decimal): -16221452 or 16022024. OLE color: 16022024.
HSL color Cylindrical-coordinate representation of color #087AF4: hue angle of 211.02º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087AF4 is Cyan = 0.97, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 122 | 244 | - |
| CMYK | 0.97 | 0.5 | 0 | 0.04 |
| HSL | 211.02º | 0.94% | 0.49% | - |
| HSV(B) | 211.02º | 0.97% | 0.96% | - |
| XYZ | 23.39 | 20.5 | 88.31 | - |
| YUV | 101.82 | 208.23 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 244 | 0.97 | 0.5 | 0 | 0.04 | 211.02 | 0.94 | 0.49 |
| Hex | 8 | 7A | F4 | 61 | 32 | 0 | 4 | D3 | 5E | 31 |
| Octal | 10 | 172 | 364 | 141 | 62 | 0 | 4 | 323 | 136 | 61 |
| Binary | 1000 | 1111010 | 11110100 | 1100001 | 110010 | 0 | 100 | 11010011 | 1011110 | 110001 |
Color Harmonies of #087AF4
Complementary color
Monochromatic Colors of #087AF4
Black with #087AF4
Text Example
Text Example
White with #087AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087AF4; }
p { color: rgb(8,122,244); }
H1.HeaderClassName
{
color: #087AF4;
}
.AnyTagClassName
{
color: #087AF4;
}
</style>
background-color css
<style>
a { background-color: #087AF4; }
a { background-color: rgb(8,122,244); }
div.DivClassName
{
background-color: #087AF4;
}
.BgClassName
{
background-color: #087AF4;
}
</style>
border-color css
<style>
span { border-color: #087AF4; }
span { border-color: rgb(8,122,244); }
td.TdClassName
{
border-color: #087AF4;
}
.TagClassName
{
border-color: #087AF4;
}
</style>