Shades of Dodger Blue #0BA4FA
Tints of Dodger Blue #0BA4FA
RGB
CMYK
RGB Variations
Color information
#0BA4FA (or 0x0BA4FA) is known color: Dodger Blue. HEX triplet: 0B, A4 and FA. RGB value is (11,164,250). Sum of RGB (Red+Green+Blue) = 11+164+250=425 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.59% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #0BA4FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA4FA is #F45B05. Grayscale: #7F7F7F. Windows color (decimal): -16014086 or 16425995. OLE color: 16425995.
HSL color Cylindrical-coordinate representation of color #0BA4FA: hue angle of 201.59º 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 #0BA4FA is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 164 | 250 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.02 |
| HSL | 201.59º | 0.96% | 0.51% | - |
| HSV(B) | 201.59º | 0.96% | 0.98% | - |
| XYZ | 30.67 | 33.52 | 95.3 | - |
| YUV | 128.06 | 196.81 | 44.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 164 | 250 | 0.96 | 0.34 | 0 | 0.02 | 201.59 | 0.96 | 0.51 |
| Hex | B | A4 | FA | 60 | 22 | 0 | 2 | CA | 60 | 33 |
| Octal | 13 | 244 | 372 | 140 | 42 | 0 | 2 | 312 | 140 | 63 |
| Binary | 1011 | 10100100 | 11111010 | 1100000 | 100010 | 0 | 10 | 11001010 | 1100000 | 110011 |
Color Harmonies of #0BA4FA
Complementary color
Monochromatic Colors of #0BA4FA
Black with #0BA4FA
Text Example
Text Example
White with #0BA4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA4FA; }
p { color: rgb(11,164,250); }
H1.HeaderClassName
{
color: #0BA4FA;
}
.AnyTagClassName
{
color: #0BA4FA;
}
</style>
background-color css
<style>
a { background-color: #0BA4FA; }
a { background-color: rgb(11,164,250); }
div.DivClassName
{
background-color: #0BA4FA;
}
.BgClassName
{
background-color: #0BA4FA;
}
</style>
border-color css
<style>
span { border-color: #0BA4FA; }
span { border-color: rgb(11,164,250); }
td.TdClassName
{
border-color: #0BA4FA;
}
.TagClassName
{
border-color: #0BA4FA;
}
</style>