Shades of Dodger Blue #0BA3FB
Tints of Dodger Blue #0BA3FB
RGB
CMYK
RGB Variations
Color information
#0BA3FB (or 0x0BA3FB) is known color: Dodger Blue. HEX triplet: 0B, A3 and FB. RGB value is (11,163,251). Sum of RGB (Red+Green+Blue) = 11+163+251=425 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.59% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #0BA3FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA3FB is #F45C04. Grayscale: #7F7F7F. Windows color (decimal): -16014341 or 16491275. OLE color: 16491275.
HSL color Cylindrical-coordinate representation of color #0BA3FB: hue angle of 202º degrees, saturation: 0.97, 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 #0BA3FB is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 163 | 251 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.02 |
| HSL | 202º | 0.97% | 0.51% | - |
| HSV(B) | 202º | 0.96% | 0.98% | - |
| XYZ | 30.65 | 33.23 | 96.07 | - |
| YUV | 127.58 | 197.64 | 44.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 163 | 251 | 0.96 | 0.35 | 0 | 0.02 | 202 | 0.97 | 0.51 |
| Hex | B | A3 | FB | 60 | 23 | 0 | 2 | CA | 61 | 33 |
| Octal | 13 | 243 | 373 | 140 | 43 | 0 | 2 | 312 | 141 | 63 |
| Binary | 1011 | 10100011 | 11111011 | 1100000 | 100011 | 0 | 10 | 11001010 | 1100001 | 110011 |
Color Harmonies of #0BA3FB
Complementary color
Monochromatic Colors of #0BA3FB
Black with #0BA3FB
Text Example
Text Example
White with #0BA3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA3FB; }
p { color: rgb(11,163,251); }
H1.HeaderClassName
{
color: #0BA3FB;
}
.AnyTagClassName
{
color: #0BA3FB;
}
</style>
background-color css
<style>
a { background-color: #0BA3FB; }
a { background-color: rgb(11,163,251); }
div.DivClassName
{
background-color: #0BA3FB;
}
.BgClassName
{
background-color: #0BA3FB;
}
</style>
border-color css
<style>
span { border-color: #0BA3FB; }
span { border-color: rgb(11,163,251); }
td.TdClassName
{
border-color: #0BA3FB;
}
.TagClassName
{
border-color: #0BA3FB;
}
</style>