Shades of Dodger Blue #0883FF
Tints of Dodger Blue #0883FF
RGB
CMYK
RGB Variations
Color information
#0883FF (or 0x0883FF) is known color: Dodger Blue. HEX triplet: 08, 83 and FF. RGB value is (8,131,255). Sum of RGB (Red+Green+Blue) = 8+131+255=394 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.03% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #0883FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0883FF is #F77C00. Grayscale: #6B6B6B. Windows color (decimal): -16219137 or 16745224. OLE color: 16745224.
HSL color Cylindrical-coordinate representation of color #0883FF: hue angle of 210.12º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0883FF is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 131 | 255 | - |
| CMYK | 0.97 | 0.49 | 0 | 0 |
| HSL | 210.12º | 1% | 0.52% | - |
| HSV(B) | 210.12º | 0.97% | 1% | - |
| XYZ | 26.27 | 23.5 | 97.76 | - |
| YUV | 108.36 | 210.75 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 131 | 255 | 0.97 | 0.49 | 0 | 0 | 210.12 | 1 | 0.52 |
| Hex | 8 | 83 | FF | 61 | 31 | 0 | 0 | D2 | 64 | 34 |
| Octal | 10 | 203 | 377 | 141 | 61 | 0 | 0 | 322 | 144 | 64 |
| Binary | 1000 | 10000011 | 11111111 | 1100001 | 110001 | 0 | 0 | 11010010 | 1100100 | 110100 |
Color Harmonies of #0883FF
Complementary color
Monochromatic Colors of #0883FF
Black with #0883FF
Text Example
Text Example
White with #0883FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0883FF; }
p { color: rgb(8,131,255); }
H1.HeaderClassName
{
color: #0883FF;
}
.AnyTagClassName
{
color: #0883FF;
}
</style>
background-color css
<style>
a { background-color: #0883FF; }
a { background-color: rgb(8,131,255); }
div.DivClassName
{
background-color: #0883FF;
}
.BgClassName
{
background-color: #0883FF;
}
</style>
border-color css
<style>
span { border-color: #0883FF; }
span { border-color: rgb(8,131,255); }
td.TdClassName
{
border-color: #0883FF;
}
.TagClassName
{
border-color: #0883FF;
}
</style>