Shades of Dodger Blue #0875F6
Tints of Dodger Blue #0875F6
RGB
CMYK
RGB Variations
Color information
#0875F6 (or 0x0875F6) is known color: Dodger Blue. HEX triplet: 08, 75 and F6. RGB value is (8,117,246). Sum of RGB (Red+Green+Blue) = 8+117+246=371 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 246 (96.48% from 255 or 66.31% from 371); Max value from RGB is 246 - color contains mainly: blue. Hex color #0875F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0875F6 is #F78A09. Grayscale: #626262. Windows color (decimal): -16222730 or 16151816. OLE color: 16151816.
HSL color Cylindrical-coordinate representation of color #0875F6: hue angle of 212.52º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0875F6 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 117 | 246 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.04 |
| HSL | 212.52º | 0.94% | 0.5% | - |
| HSV(B) | 212.52º | 0.97% | 0.96% | - |
| XYZ | 23.1 | 19.43 | 89.72 | - |
| YUV | 99.12 | 210.89 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 246 | 0.97 | 0.52 | 0 | 0.04 | 212.52 | 0.94 | 0.5 |
| Hex | 8 | 75 | F6 | 61 | 34 | 0 | 4 | D5 | 5E | 32 |
| Octal | 10 | 165 | 366 | 141 | 64 | 0 | 4 | 325 | 136 | 62 |
| Binary | 1000 | 1110101 | 11110110 | 1100001 | 110100 | 0 | 100 | 11010101 | 1011110 | 110010 |
Color Harmonies of #0875F6
Complementary color
Monochromatic Colors of #0875F6
Black with #0875F6
Text Example
Text Example
White with #0875F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0875F6; }
p { color: rgb(8,117,246); }
H1.HeaderClassName
{
color: #0875F6;
}
.AnyTagClassName
{
color: #0875F6;
}
</style>
background-color css
<style>
a { background-color: #0875F6; }
a { background-color: rgb(8,117,246); }
div.DivClassName
{
background-color: #0875F6;
}
.BgClassName
{
background-color: #0875F6;
}
</style>
border-color css
<style>
span { border-color: #0875F6; }
span { border-color: rgb(8,117,246); }
td.TdClassName
{
border-color: #0875F6;
}
.TagClassName
{
border-color: #0875F6;
}
</style>