Shades of Dodger Blue #0875F1
Tints of Dodger Blue #0875F1
RGB
CMYK
RGB Variations
Color information
#0875F1 (or 0x0875F1) is known color: Dodger Blue. HEX triplet: 08, 75 and F1. RGB value is (8,117,241). Sum of RGB (Red+Green+Blue) = 8+117+241=366 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 241 (94.53% from 255 or 65.85% from 366); Max value from RGB is 241 - color contains mainly: blue. Hex color #0875F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0875F1 is #F78A0E. Grayscale: #616161. Windows color (decimal): -16222735 or 15824136. OLE color: 15824136.
HSL color Cylindrical-coordinate representation of color #0875F1: hue angle of 211.93º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0875F1 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 117 | 241 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.05 |
| HSL | 211.93º | 0.94% | 0.49% | - |
| HSV(B) | 211.93º | 0.97% | 0.95% | - |
| XYZ | 22.34 | 19.13 | 85.73 | - |
| YUV | 98.55 | 208.39 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 241 | 0.97 | 0.51 | 0 | 0.05 | 211.93 | 0.94 | 0.49 |
| Hex | 8 | 75 | F1 | 61 | 33 | 0 | 5 | D4 | 5E | 31 |
| Octal | 10 | 165 | 361 | 141 | 63 | 0 | 5 | 324 | 136 | 61 |
| Binary | 1000 | 1110101 | 11110001 | 1100001 | 110011 | 0 | 101 | 11010100 | 1011110 | 110001 |
Color Harmonies of #0875F1
Complementary color
Monochromatic Colors of #0875F1
Black with #0875F1
Text Example
Text Example
White with #0875F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0875F1; }
p { color: rgb(8,117,241); }
H1.HeaderClassName
{
color: #0875F1;
}
.AnyTagClassName
{
color: #0875F1;
}
</style>
background-color css
<style>
a { background-color: #0875F1; }
a { background-color: rgb(8,117,241); }
div.DivClassName
{
background-color: #0875F1;
}
.BgClassName
{
background-color: #0875F1;
}
</style>
border-color css
<style>
span { border-color: #0875F1; }
span { border-color: rgb(8,117,241); }
td.TdClassName
{
border-color: #0875F1;
}
.TagClassName
{
border-color: #0875F1;
}
</style>