Shades of Dodger Blue #0B89FA
Tints of Dodger Blue #0B89FA
RGB
CMYK
RGB Variations
Color information
#0B89FA (or 0x0B89FA) is known color: Dodger Blue. HEX triplet: 0B, 89 and FA. RGB value is (11,137,250). Sum of RGB (Red+Green+Blue) = 11+137+250=398 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B89FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B89FA is #F47605. Grayscale: #6F6F6F. Windows color (decimal): -16020998 or 16419083. OLE color: 16419083.
HSL color Cylindrical-coordinate representation of color #0B89FA: hue angle of 208.37º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B89FA is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 137 | 250 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.02 |
| HSL | 208.37º | 0.96% | 0.51% | - |
| HSV(B) | 208.37º | 0.96% | 0.98% | - |
| XYZ | 26.34 | 24.86 | 93.85 | - |
| YUV | 112.21 | 205.76 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 137 | 250 | 0.96 | 0.45 | 0 | 0.02 | 208.37 | 0.96 | 0.51 |
| Hex | B | 89 | FA | 60 | 2D | 0 | 2 | D0 | 60 | 33 |
| Octal | 13 | 211 | 372 | 140 | 55 | 0 | 2 | 320 | 140 | 63 |
| Binary | 1011 | 10001001 | 11111010 | 1100000 | 101101 | 0 | 10 | 11010000 | 1100000 | 110011 |
Color Harmonies of #0B89FA
Complementary color
Monochromatic Colors of #0B89FA
Black with #0B89FA
Text Example
Text Example
White with #0B89FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B89FA; }
p { color: rgb(11,137,250); }
H1.HeaderClassName
{
color: #0B89FA;
}
.AnyTagClassName
{
color: #0B89FA;
}
</style>
background-color css
<style>
a { background-color: #0B89FA; }
a { background-color: rgb(11,137,250); }
div.DivClassName
{
background-color: #0B89FA;
}
.BgClassName
{
background-color: #0B89FA;
}
</style>
border-color css
<style>
span { border-color: #0B89FA; }
span { border-color: rgb(11,137,250); }
td.TdClassName
{
border-color: #0B89FA;
}
.TagClassName
{
border-color: #0B89FA;
}
</style>