Shades of Dodger Blue #0885FC
Tints of Dodger Blue #0885FC
RGB
CMYK
RGB Variations
Color information
#0885FC (or 0x0885FC) is known color: Dodger Blue. HEX triplet: 08, 85 and FC. RGB value is (8,133,252). Sum of RGB (Red+Green+Blue) = 8+133+252=393 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.04% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #0885FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0885FC is #F77A03. Grayscale: #6C6C6C. Windows color (decimal): -16218628 or 16549128. OLE color: 16549128.
HSL color Cylindrical-coordinate representation of color #0885FC: hue angle of 209.26º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0885FC is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 133 | 252 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.01 |
| HSL | 209.26º | 0.98% | 0.51% | - |
| HSV(B) | 209.26º | 0.97% | 0.99% | - |
| XYZ | 26.06 | 23.85 | 95.33 | - |
| YUV | 109.19 | 208.59 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 252 | 0.97 | 0.47 | 0 | 0.01 | 209.26 | 0.98 | 0.51 |
| Hex | 8 | 85 | FC | 61 | 2F | 0 | 1 | D1 | 62 | 33 |
| Octal | 10 | 205 | 374 | 141 | 57 | 0 | 1 | 321 | 142 | 63 |
| Binary | 1000 | 10000101 | 11111100 | 1100001 | 101111 | 0 | 1 | 11010001 | 1100010 | 110011 |
Color Harmonies of #0885FC
Complementary color
Monochromatic Colors of #0885FC
Black with #0885FC
Text Example
Text Example
White with #0885FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0885FC; }
p { color: rgb(8,133,252); }
H1.HeaderClassName
{
color: #0885FC;
}
.AnyTagClassName
{
color: #0885FC;
}
</style>
background-color css
<style>
a { background-color: #0885FC; }
a { background-color: rgb(8,133,252); }
div.DivClassName
{
background-color: #0885FC;
}
.BgClassName
{
background-color: #0885FC;
}
</style>
border-color css
<style>
span { border-color: #0885FC; }
span { border-color: rgb(8,133,252); }
td.TdClassName
{
border-color: #0885FC;
}
.TagClassName
{
border-color: #0885FC;
}
</style>