Shades of Dodger Blue #0B89EE
Tints of Dodger Blue #0B89EE
RGB
CMYK
RGB Variations
Color information
#0B89EE (or 0x0B89EE) is known color: Dodger Blue. HEX triplet: 0B, 89 and EE. RGB value is (11,137,238). Sum of RGB (Red+Green+Blue) = 11+137+238=386 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.85% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #0B89EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B89EE is #F47611. Grayscale: #6E6E6E. Windows color (decimal): -16021010 or 15632651. OLE color: 15632651.
HSL color Cylindrical-coordinate representation of color #0B89EE: hue angle of 206.7º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B89EE is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 137 | 238 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.07 |
| HSL | 206.7º | 0.91% | 0.49% | - |
| HSV(B) | 206.7º | 0.95% | 0.93% | - |
| XYZ | 24.52 | 24.14 | 84.26 | - |
| YUV | 110.84 | 199.76 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 137 | 238 | 0.95 | 0.42 | 0 | 0.07 | 206.7 | 0.91 | 0.49 |
| Hex | B | 89 | EE | 5F | 2A | 0 | 7 | CF | 5B | 31 |
| Octal | 13 | 211 | 356 | 137 | 52 | 0 | 7 | 317 | 133 | 61 |
| Binary | 1011 | 10001001 | 11101110 | 1011111 | 101010 | 0 | 111 | 11001111 | 1011011 | 110001 |
Color Harmonies of #0B89EE
Complementary color
Monochromatic Colors of #0B89EE
Black with #0B89EE
Text Example
Text Example
White with #0B89EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B89EE; }
p { color: rgb(11,137,238); }
H1.HeaderClassName
{
color: #0B89EE;
}
.AnyTagClassName
{
color: #0B89EE;
}
</style>
background-color css
<style>
a { background-color: #0B89EE; }
a { background-color: rgb(11,137,238); }
div.DivClassName
{
background-color: #0B89EE;
}
.BgClassName
{
background-color: #0B89EE;
}
</style>
border-color css
<style>
span { border-color: #0B89EE; }
span { border-color: rgb(11,137,238); }
td.TdClassName
{
border-color: #0B89EE;
}
.TagClassName
{
border-color: #0B89EE;
}
</style>