Shades of Dodger Blue #0885FA
Tints of Dodger Blue #0885FA
RGB
CMYK
RGB Variations
Color information
#0885FA (or 0x0885FA) is known color: Dodger Blue. HEX triplet: 08, 85 and FA. RGB value is (8,133,250). Sum of RGB (Red+Green+Blue) = 8+133+250=391 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #0885FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0885FA is #F77A05. Grayscale: #6C6C6C. Windows color (decimal): -16218630 or 16418056. OLE color: 16418056.
HSL color Cylindrical-coordinate representation of color #0885FA: hue angle of 209.01º 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 #0885FA is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 133 | 250 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.02 |
| HSL | 209.01º | 0.96% | 0.51% | - |
| HSV(B) | 209.01º | 0.97% | 0.98% | - |
| XYZ | 25.74 | 23.73 | 93.67 | - |
| YUV | 108.96 | 207.59 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 250 | 0.97 | 0.47 | 0 | 0.02 | 209.01 | 0.96 | 0.51 |
| Hex | 8 | 85 | FA | 61 | 2F | 0 | 2 | D1 | 60 | 33 |
| Octal | 10 | 205 | 372 | 141 | 57 | 0 | 2 | 321 | 140 | 63 |
| Binary | 1000 | 10000101 | 11111010 | 1100001 | 101111 | 0 | 10 | 11010001 | 1100000 | 110011 |
Color Harmonies of #0885FA
Complementary color
Monochromatic Colors of #0885FA
Black with #0885FA
Text Example
Text Example
White with #0885FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0885FA; }
p { color: rgb(8,133,250); }
H1.HeaderClassName
{
color: #0885FA;
}
.AnyTagClassName
{
color: #0885FA;
}
</style>
background-color css
<style>
a { background-color: #0885FA; }
a { background-color: rgb(8,133,250); }
div.DivClassName
{
background-color: #0885FA;
}
.BgClassName
{
background-color: #0885FA;
}
</style>
border-color css
<style>
span { border-color: #0885FA; }
span { border-color: rgb(8,133,250); }
td.TdClassName
{
border-color: #0885FA;
}
.TagClassName
{
border-color: #0885FA;
}
</style>