Shades of Dodger Blue #0889FB
Tints of Dodger Blue #0889FB
RGB
CMYK
RGB Variations
Color information
#0889FB (or 0x0889FB) is known color: Dodger Blue. HEX triplet: 08, 89 and FB. RGB value is (8,137,251). Sum of RGB (Red+Green+Blue) = 8+137+251=396 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #0889FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0889FB is #F77604. Grayscale: #6E6E6E. Windows color (decimal): -16217605 or 16484616. OLE color: 16484616.
HSL color Cylindrical-coordinate representation of color #0889FB: hue angle of 208.15º degrees, saturation: 0.97, 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 #0889FB is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 137 | 251 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.02 |
| HSL | 208.15º | 0.97% | 0.51% | - |
| HSV(B) | 208.15º | 0.97% | 0.98% | - |
| XYZ | 26.46 | 24.91 | 94.68 | - |
| YUV | 111.43 | 206.76 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 137 | 251 | 0.97 | 0.45 | 0 | 0.02 | 208.15 | 0.97 | 0.51 |
| Hex | 8 | 89 | FB | 61 | 2D | 0 | 2 | D0 | 61 | 33 |
| Octal | 10 | 211 | 373 | 141 | 55 | 0 | 2 | 320 | 141 | 63 |
| Binary | 1000 | 10001001 | 11111011 | 1100001 | 101101 | 0 | 10 | 11010000 | 1100001 | 110011 |
Color Harmonies of #0889FB
Complementary color
Monochromatic Colors of #0889FB
Black with #0889FB
Text Example
Text Example
White with #0889FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0889FB; }
p { color: rgb(8,137,251); }
H1.HeaderClassName
{
color: #0889FB;
}
.AnyTagClassName
{
color: #0889FB;
}
</style>
background-color css
<style>
a { background-color: #0889FB; }
a { background-color: rgb(8,137,251); }
div.DivClassName
{
background-color: #0889FB;
}
.BgClassName
{
background-color: #0889FB;
}
</style>
border-color css
<style>
span { border-color: #0889FB; }
span { border-color: rgb(8,137,251); }
td.TdClassName
{
border-color: #0889FB;
}
.TagClassName
{
border-color: #0889FB;
}
</style>