Shades of Dodger Blue #0885F1
Tints of Dodger Blue #0885F1
RGB
CMYK
RGB Variations
Color information
#0885F1 (or 0x0885F1) is known color: Dodger Blue. HEX triplet: 08, 85 and F1. RGB value is (8,133,241). Sum of RGB (Red+Green+Blue) = 8+133+241=382 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 241 (94.53% from 255 or 63.09% from 382); Max value from RGB is 241 - color contains mainly: blue. Hex color #0885F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0885F1 is #F77A0E. Grayscale: #6B6B6B. Windows color (decimal): -16218639 or 15828232. OLE color: 15828232.
HSL color Cylindrical-coordinate representation of color #0885F1: hue angle of 207.81º 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 #0885F1 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 133 | 241 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.05 |
| HSL | 207.81º | 0.94% | 0.49% | - |
| HSV(B) | 207.81º | 0.97% | 0.95% | - |
| XYZ | 24.36 | 23.18 | 86.41 | - |
| YUV | 107.94 | 203.09 | 56.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 241 | 0.97 | 0.45 | 0 | 0.05 | 207.81 | 0.94 | 0.49 |
| Hex | 8 | 85 | F1 | 61 | 2D | 0 | 5 | D0 | 5E | 31 |
| Octal | 10 | 205 | 361 | 141 | 55 | 0 | 5 | 320 | 136 | 61 |
| Binary | 1000 | 10000101 | 11110001 | 1100001 | 101101 | 0 | 101 | 11010000 | 1011110 | 110001 |
Color Harmonies of #0885F1
Complementary color
Monochromatic Colors of #0885F1
Black with #0885F1
Text Example
Text Example
White with #0885F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0885F1; }
p { color: rgb(8,133,241); }
H1.HeaderClassName
{
color: #0885F1;
}
.AnyTagClassName
{
color: #0885F1;
}
</style>
background-color css
<style>
a { background-color: #0885F1; }
a { background-color: rgb(8,133,241); }
div.DivClassName
{
background-color: #0885F1;
}
.BgClassName
{
background-color: #0885F1;
}
</style>
border-color css
<style>
span { border-color: #0885F1; }
span { border-color: rgb(8,133,241); }
td.TdClassName
{
border-color: #0885F1;
}
.TagClassName
{
border-color: #0885F1;
}
</style>