Shades of Dodger Blue #0873FA
Tints of Dodger Blue #0873FA
RGB
CMYK
RGB Variations
Color information
#0873FA (or 0x0873FA) is known color: Dodger Blue. HEX triplet: 08, 73 and FA. RGB value is (8,115,250). Sum of RGB (Red+Green+Blue) = 8+115+250=373 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #0873FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0873FA is #F78C05. Grayscale: #616161. Windows color (decimal): -16223238 or 16413448. OLE color: 16413448.
HSL color Cylindrical-coordinate representation of color #0873FA: hue angle of 213.47º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0873FA is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 115 | 250 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.02 |
| HSL | 213.47º | 0.96% | 0.51% | - |
| HSV(B) | 213.47º | 0.97% | 0.98% | - |
| XYZ | 23.49 | 19.22 | 92.91 | - |
| YUV | 98.4 | 213.55 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 115 | 250 | 0.97 | 0.54 | 0 | 0.02 | 213.47 | 0.96 | 0.51 |
| Hex | 8 | 73 | FA | 61 | 36 | 0 | 2 | D5 | 60 | 33 |
| Octal | 10 | 163 | 372 | 141 | 66 | 0 | 2 | 325 | 140 | 63 |
| Binary | 1000 | 1110011 | 11111010 | 1100001 | 110110 | 0 | 10 | 11010101 | 1100000 | 110011 |
Color Harmonies of #0873FA
Complementary color
Monochromatic Colors of #0873FA
Black with #0873FA
Text Example
Text Example
White with #0873FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0873FA; }
p { color: rgb(8,115,250); }
H1.HeaderClassName
{
color: #0873FA;
}
.AnyTagClassName
{
color: #0873FA;
}
</style>
background-color css
<style>
a { background-color: #0873FA; }
a { background-color: rgb(8,115,250); }
div.DivClassName
{
background-color: #0873FA;
}
.BgClassName
{
background-color: #0873FA;
}
</style>
border-color css
<style>
span { border-color: #0873FA; }
span { border-color: rgb(8,115,250); }
td.TdClassName
{
border-color: #0873FA;
}
.TagClassName
{
border-color: #0873FA;
}
</style>