Shades of Dodger Blue #0B8AF9
Tints of Dodger Blue #0B8AF9
RGB
CMYK
RGB Variations
Color information
#0B8AF9 (or 0x0B8AF9) is known color: Dodger Blue. HEX triplet: 0B, 8A and F9. RGB value is (11,138,249). Sum of RGB (Red+Green+Blue) = 11+138+249=398 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 249 (97.66% from 255 or 62.56% from 398); Max value from RGB is 249 - color contains mainly: blue. Hex color #0B8AF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B8AF9 is #F47506. Grayscale: #707070. Windows color (decimal): -16020743 or 16353803. OLE color: 16353803.
HSL color Cylindrical-coordinate representation of color #0B8AF9: hue angle of 207.98º degrees, saturation: 0.95, 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 #0B8AF9 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 138 | 249 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.02 |
| HSL | 207.98º | 0.95% | 0.51% | - |
| HSV(B) | 207.98º | 0.96% | 0.98% | - |
| XYZ | 26.33 | 25.09 | 93.08 | - |
| YUV | 112.68 | 204.92 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 138 | 249 | 0.96 | 0.45 | 0 | 0.02 | 207.98 | 0.95 | 0.51 |
| Hex | B | 8A | F9 | 60 | 2D | 0 | 2 | D0 | 5F | 33 |
| Octal | 13 | 212 | 371 | 140 | 55 | 0 | 2 | 320 | 137 | 63 |
| Binary | 1011 | 10001010 | 11111001 | 1100000 | 101101 | 0 | 10 | 11010000 | 1011111 | 110011 |
Color Harmonies of #0B8AF9
Complementary color
Monochromatic Colors of #0B8AF9
Black with #0B8AF9
Text Example
Text Example
White with #0B8AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8AF9; }
p { color: rgb(11,138,249); }
H1.HeaderClassName
{
color: #0B8AF9;
}
.AnyTagClassName
{
color: #0B8AF9;
}
</style>
background-color css
<style>
a { background-color: #0B8AF9; }
a { background-color: rgb(11,138,249); }
div.DivClassName
{
background-color: #0B8AF9;
}
.BgClassName
{
background-color: #0B8AF9;
}
</style>
border-color css
<style>
span { border-color: #0B8AF9; }
span { border-color: rgb(11,138,249); }
td.TdClassName
{
border-color: #0B8AF9;
}
.TagClassName
{
border-color: #0B8AF9;
}
</style>