Shades of Dodger Blue #0BA4FB
Tints of Dodger Blue #0BA4FB
RGB
CMYK
RGB Variations
Color information
#0BA4FB (or 0x0BA4FB) is known color: Dodger Blue. HEX triplet: 0B, A4 and FB. RGB value is (11,164,251). Sum of RGB (Red+Green+Blue) = 11+164+251=426 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.58% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #0BA4FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA4FB is #F45B04. Grayscale: #7F7F7F. Windows color (decimal): -16014085 or 16491531. OLE color: 16491531.
HSL color Cylindrical-coordinate representation of color #0BA4FB: hue angle of 201.75º 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 #0BA4FB is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 164 | 251 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.02 |
| HSL | 201.75º | 0.97% | 0.51% | - |
| HSV(B) | 201.75º | 0.96% | 0.98% | - |
| XYZ | 30.83 | 33.59 | 96.13 | - |
| YUV | 128.17 | 197.31 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 164 | 251 | 0.96 | 0.35 | 0 | 0.02 | 201.75 | 0.97 | 0.51 |
| Hex | B | A4 | FB | 60 | 23 | 0 | 2 | CA | 61 | 33 |
| Octal | 13 | 244 | 373 | 140 | 43 | 0 | 2 | 312 | 141 | 63 |
| Binary | 1011 | 10100100 | 11111011 | 1100000 | 100011 | 0 | 10 | 11001010 | 1100001 | 110011 |
Color Harmonies of #0BA4FB
Complementary color
Monochromatic Colors of #0BA4FB
Black with #0BA4FB
Text Example
Text Example
White with #0BA4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA4FB; }
p { color: rgb(11,164,251); }
H1.HeaderClassName
{
color: #0BA4FB;
}
.AnyTagClassName
{
color: #0BA4FB;
}
</style>
background-color css
<style>
a { background-color: #0BA4FB; }
a { background-color: rgb(11,164,251); }
div.DivClassName
{
background-color: #0BA4FB;
}
.BgClassName
{
background-color: #0BA4FB;
}
</style>
border-color css
<style>
span { border-color: #0BA4FB; }
span { border-color: rgb(11,164,251); }
td.TdClassName
{
border-color: #0BA4FB;
}
.TagClassName
{
border-color: #0BA4FB;
}
</style>