Shades of Dodger Blue #0B89EF
Tints of Dodger Blue #0B89EF
RGB
CMYK
RGB Variations
Color information
#0B89EF (or 0x0B89EF) is known color: Dodger Blue. HEX triplet: 0B, 89 and EF. RGB value is (11,137,239). Sum of RGB (Red+Green+Blue) = 11+137+239=387 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #0B89EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B89EF is #F47610. Grayscale: #6E6E6E. Windows color (decimal): -16021009 or 15698187. OLE color: 15698187.
HSL color Cylindrical-coordinate representation of color #0B89EF: hue angle of 206.84º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B89EF is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 137 | 239 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.06 |
| HSL | 206.84º | 0.91% | 0.49% | - |
| HSV(B) | 206.84º | 0.95% | 0.94% | - |
| XYZ | 24.66 | 24.19 | 85.03 | - |
| YUV | 110.95 | 200.26 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 137 | 239 | 0.95 | 0.43 | 0 | 0.06 | 206.84 | 0.91 | 0.49 |
| Hex | B | 89 | EF | 5F | 2B | 0 | 6 | CF | 5B | 31 |
| Octal | 13 | 211 | 357 | 137 | 53 | 0 | 6 | 317 | 133 | 61 |
| Binary | 1011 | 10001001 | 11101111 | 1011111 | 101011 | 0 | 110 | 11001111 | 1011011 | 110001 |
Color Harmonies of #0B89EF
Complementary color
Monochromatic Colors of #0B89EF
Black with #0B89EF
Text Example
Text Example
White with #0B89EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B89EF; }
p { color: rgb(11,137,239); }
H1.HeaderClassName
{
color: #0B89EF;
}
.AnyTagClassName
{
color: #0B89EF;
}
</style>
background-color css
<style>
a { background-color: #0B89EF; }
a { background-color: rgb(11,137,239); }
div.DivClassName
{
background-color: #0B89EF;
}
.BgClassName
{
background-color: #0B89EF;
}
</style>
border-color css
<style>
span { border-color: #0B89EF; }
span { border-color: rgb(11,137,239); }
td.TdClassName
{
border-color: #0B89EF;
}
.TagClassName
{
border-color: #0B89EF;
}
</style>