Shades of Dodger Blue #0883E5
Tints of Dodger Blue #0883E5
RGB
CMYK
RGB Variations
Color information
#0883E5 (or 0x0883E5) is known color: Dodger Blue. HEX triplet: 08, 83 and E5. RGB value is (8,131,229). Sum of RGB (Red+Green+Blue) = 8+131+229=368 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 229 (89.84% from 255 or 62.23% from 368); Max value from RGB is 229 - color contains mainly: blue. Hex color #0883E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0883E5 is #F77C1A. Grayscale: #686868. Windows color (decimal): -16219163 or 15041288. OLE color: 15041288.
HSL color Cylindrical-coordinate representation of color #0883E5: hue angle of 206.61º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0883E5 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 131 | 229 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.10 |
| HSL | 206.61º | 0.93% | 0.46% | - |
| HSV(B) | 206.61º | 0.97% | 0.9% | - |
| XYZ | 22.36 | 21.94 | 77.19 | - |
| YUV | 105.4 | 197.75 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 131 | 229 | 0.97 | 0.43 | 0 | 0.10 | 206.61 | 0.93 | 0.46 |
| Hex | 8 | 83 | E5 | 61 | 2B | 0 | A | CF | 5D | 2E |
| Octal | 10 | 203 | 345 | 141 | 53 | 0 | 12 | 317 | 135 | 56 |
| Binary | 1000 | 10000011 | 11100101 | 1100001 | 101011 | 0 | 1010 | 11001111 | 1011101 | 101110 |
Color Harmonies of #0883E5
Complementary color
Monochromatic Colors of #0883E5
Black with #0883E5
Text Example
Text Example
White with #0883E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0883E5; }
p { color: rgb(8,131,229); }
H1.HeaderClassName
{
color: #0883E5;
}
.AnyTagClassName
{
color: #0883E5;
}
</style>
background-color css
<style>
a { background-color: #0883E5; }
a { background-color: rgb(8,131,229); }
div.DivClassName
{
background-color: #0883E5;
}
.BgClassName
{
background-color: #0883E5;
}
</style>
border-color css
<style>
span { border-color: #0883E5; }
span { border-color: rgb(8,131,229); }
td.TdClassName
{
border-color: #0883E5;
}
.TagClassName
{
border-color: #0883E5;
}
</style>