Shades of Dodger Blue #0BA3FA
Tints of Dodger Blue #0BA3FA
RGB
CMYK
RGB Variations
Color information
#0BA3FA (or 0x0BA3FA) is known color: Dodger Blue. HEX triplet: 0B, A3 and FA. RGB value is (11,163,250). Sum of RGB (Red+Green+Blue) = 11+163+250=424 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.59% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #0BA3FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA3FA is #F45C05. Grayscale: #7E7E7E. Windows color (decimal): -16014342 or 16425739. OLE color: 16425739.
HSL color Cylindrical-coordinate representation of color #0BA3FA: hue angle of 201.84º 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 #0BA3FA is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 163 | 250 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.02 |
| HSL | 201.84º | 0.96% | 0.51% | - |
| HSV(B) | 201.84º | 0.96% | 0.98% | - |
| XYZ | 30.49 | 33.17 | 95.24 | - |
| YUV | 127.47 | 197.14 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 163 | 250 | 0.96 | 0.35 | 0 | 0.02 | 201.84 | 0.96 | 0.51 |
| Hex | B | A3 | FA | 60 | 23 | 0 | 2 | CA | 60 | 33 |
| Octal | 13 | 243 | 372 | 140 | 43 | 0 | 2 | 312 | 140 | 63 |
| Binary | 1011 | 10100011 | 11111010 | 1100000 | 100011 | 0 | 10 | 11001010 | 1100000 | 110011 |
Color Harmonies of #0BA3FA
Complementary color
Monochromatic Colors of #0BA3FA
Black with #0BA3FA
Text Example
Text Example
White with #0BA3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA3FA; }
p { color: rgb(11,163,250); }
H1.HeaderClassName
{
color: #0BA3FA;
}
.AnyTagClassName
{
color: #0BA3FA;
}
</style>
background-color css
<style>
a { background-color: #0BA3FA; }
a { background-color: rgb(11,163,250); }
div.DivClassName
{
background-color: #0BA3FA;
}
.BgClassName
{
background-color: #0BA3FA;
}
</style>
border-color css
<style>
span { border-color: #0BA3FA; }
span { border-color: rgb(11,163,250); }
td.TdClassName
{
border-color: #0BA3FA;
}
.TagClassName
{
border-color: #0BA3FA;
}
</style>