Shades of Dodger Blue #0B8BFA
Tints of Dodger Blue #0B8BFA
RGB
CMYK
RGB Variations
Color information
#0B8BFA (or 0x0B8BFA) is known color: Dodger Blue. HEX triplet: 0B, 8B and FA. RGB value is (11,139,250). Sum of RGB (Red+Green+Blue) = 11+139+250=400 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.75% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B8BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B8BFA is #F47405. Grayscale: #707070. Windows color (decimal): -16020486 or 16419595. OLE color: 16419595.
HSL color Cylindrical-coordinate representation of color #0B8BFA: hue angle of 207.87º 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 #0B8BFA is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 139 | 250 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.02 |
| HSL | 207.87º | 0.96% | 0.51% | - |
| HSV(B) | 207.87º | 0.96% | 0.98% | - |
| XYZ | 26.63 | 25.44 | 93.95 | - |
| YUV | 113.38 | 205.09 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 139 | 250 | 0.96 | 0.44 | 0 | 0.02 | 207.87 | 0.96 | 0.51 |
| Hex | B | 8B | FA | 60 | 2C | 0 | 2 | D0 | 60 | 33 |
| Octal | 13 | 213 | 372 | 140 | 54 | 0 | 2 | 320 | 140 | 63 |
| Binary | 1011 | 10001011 | 11111010 | 1100000 | 101100 | 0 | 10 | 11010000 | 1100000 | 110011 |
Color Harmonies of #0B8BFA
Complementary color
Monochromatic Colors of #0B8BFA
Black with #0B8BFA
Text Example
Text Example
White with #0B8BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8BFA; }
p { color: rgb(11,139,250); }
H1.HeaderClassName
{
color: #0B8BFA;
}
.AnyTagClassName
{
color: #0B8BFA;
}
</style>
background-color css
<style>
a { background-color: #0B8BFA; }
a { background-color: rgb(11,139,250); }
div.DivClassName
{
background-color: #0B8BFA;
}
.BgClassName
{
background-color: #0B8BFA;
}
</style>
border-color css
<style>
span { border-color: #0B8BFA; }
span { border-color: rgb(11,139,250); }
td.TdClassName
{
border-color: #0B8BFA;
}
.TagClassName
{
border-color: #0B8BFA;
}
</style>