Shades of Dodger Blue #0B99EF
Tints of Dodger Blue #0B99EF
RGB
CMYK
RGB Variations
Color information
#0B99EF (or 0x0B99EF) is known color: Dodger Blue. HEX triplet: 0B, 99 and EF. RGB value is (11,153,239). Sum of RGB (Red+Green+Blue) = 11+153+239=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #0B99EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B99EF is #F46610. Grayscale: #777777. Windows color (decimal): -16016913 or 15702283. OLE color: 15702283.
HSL color Cylindrical-coordinate representation of color #0B99EF: hue angle of 202.63º 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 #0B99EF is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 153 | 239 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.06 |
| HSL | 202.63º | 0.91% | 0.49% | - |
| HSV(B) | 202.63º | 0.95% | 0.94% | - |
| XYZ | 27.11 | 29.09 | 85.85 | - |
| YUV | 120.35 | 194.96 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 153 | 239 | 0.95 | 0.36 | 0 | 0.06 | 202.63 | 0.91 | 0.49 |
| Hex | B | 99 | EF | 5F | 24 | 0 | 6 | CB | 5B | 31 |
| Octal | 13 | 231 | 357 | 137 | 44 | 0 | 6 | 313 | 133 | 61 |
| Binary | 1011 | 10011001 | 11101111 | 1011111 | 100100 | 0 | 110 | 11001011 | 1011011 | 110001 |
Color Harmonies of #0B99EF
Complementary color
Monochromatic Colors of #0B99EF
Black with #0B99EF
Text Example
Text Example
White with #0B99EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B99EF; }
p { color: rgb(11,153,239); }
H1.HeaderClassName
{
color: #0B99EF;
}
.AnyTagClassName
{
color: #0B99EF;
}
</style>
background-color css
<style>
a { background-color: #0B99EF; }
a { background-color: rgb(11,153,239); }
div.DivClassName
{
background-color: #0B99EF;
}
.BgClassName
{
background-color: #0B99EF;
}
</style>
border-color css
<style>
span { border-color: #0B99EF; }
span { border-color: rgb(11,153,239); }
td.TdClassName
{
border-color: #0B99EF;
}
.TagClassName
{
border-color: #0B99EF;
}
</style>