Shades of Dodger Blue #0883FE
Tints of Dodger Blue #0883FE
RGB
CMYK
RGB Variations
Color information
#0883FE (or 0x0883FE) is known color: Dodger Blue. HEX triplet: 08, 83 and FE. RGB value is (8,131,254). Sum of RGB (Red+Green+Blue) = 8+131+254=393 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.04% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #0883FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0883FE is #F77C01. Grayscale: #6B6B6B. Windows color (decimal): -16219138 or 16679688. OLE color: 16679688.
HSL color Cylindrical-coordinate representation of color #0883FE: hue angle of 210º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0883FE is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 131 | 254 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.00 |
| HSL | 210º | 0.99% | 0.51% | - |
| HSV(B) | 210º | 0.97% | 1% | - |
| XYZ | 26.11 | 23.44 | 96.91 | - |
| YUV | 108.25 | 210.25 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 131 | 254 | 0.97 | 0.48 | 0 | 0.00 | 210 | 0.99 | 0.51 |
| Hex | 8 | 83 | FE | 61 | 30 | 0 | 0 | D2 | 63 | 33 |
| Octal | 10 | 203 | 376 | 141 | 60 | 0 | 0 | 322 | 143 | 63 |
| Binary | 1000 | 10000011 | 11111110 | 1100001 | 110000 | 0 | 0 | 11010010 | 1100011 | 110011 |
Color Harmonies of #0883FE
Complementary color
Monochromatic Colors of #0883FE
Black with #0883FE
Text Example
Text Example
White with #0883FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0883FE; }
p { color: rgb(8,131,254); }
H1.HeaderClassName
{
color: #0883FE;
}
.AnyTagClassName
{
color: #0883FE;
}
</style>
background-color css
<style>
a { background-color: #0883FE; }
a { background-color: rgb(8,131,254); }
div.DivClassName
{
background-color: #0883FE;
}
.BgClassName
{
background-color: #0883FE;
}
</style>
border-color css
<style>
span { border-color: #0883FE; }
span { border-color: rgb(8,131,254); }
td.TdClassName
{
border-color: #0883FE;
}
.TagClassName
{
border-color: #0883FE;
}
</style>