Shades of Dodger Blue #0B99FA
Tints of Dodger Blue #0B99FA
RGB
CMYK
RGB Variations
Color information
#0B99FA (or 0x0B99FA) is known color: Dodger Blue. HEX triplet: 0B, 99 and FA. RGB value is (11,153,250). Sum of RGB (Red+Green+Blue) = 11+153+250=414 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B99FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B99FA is #F46605. Grayscale: #797979. Windows color (decimal): -16016902 or 16423179. OLE color: 16423179.
HSL color Cylindrical-coordinate representation of color #0B99FA: hue angle of 204.35º 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 #0B99FA is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 153 | 250 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.02 |
| HSL | 204.35º | 0.96% | 0.51% | - |
| HSV(B) | 204.35º | 0.96% | 0.98% | - |
| XYZ | 28.78 | 29.76 | 94.67 | - |
| YUV | 121.6 | 200.46 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 153 | 250 | 0.96 | 0.39 | 0 | 0.02 | 204.35 | 0.96 | 0.51 |
| Hex | B | 99 | FA | 60 | 27 | 0 | 2 | CC | 60 | 33 |
| Octal | 13 | 231 | 372 | 140 | 47 | 0 | 2 | 314 | 140 | 63 |
| Binary | 1011 | 10011001 | 11111010 | 1100000 | 100111 | 0 | 10 | 11001100 | 1100000 | 110011 |
Color Harmonies of #0B99FA
Complementary color
Monochromatic Colors of #0B99FA
Black with #0B99FA
Text Example
Text Example
White with #0B99FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B99FA; }
p { color: rgb(11,153,250); }
H1.HeaderClassName
{
color: #0B99FA;
}
.AnyTagClassName
{
color: #0B99FA;
}
</style>
background-color css
<style>
a { background-color: #0B99FA; }
a { background-color: rgb(11,153,250); }
div.DivClassName
{
background-color: #0B99FA;
}
.BgClassName
{
background-color: #0B99FA;
}
</style>
border-color css
<style>
span { border-color: #0B99FA; }
span { border-color: rgb(11,153,250); }
td.TdClassName
{
border-color: #0B99FA;
}
.TagClassName
{
border-color: #0B99FA;
}
</style>