Shades of Blue #0B09FA
Tints of Blue #0B09FA
RGB
CMYK
RGB Variations
Color information
#0B09FA (or 0x0B09FA) is known color: Blue. HEX triplet: 0B, 09 and FA. RGB value is (11,9,250). Sum of RGB (Red+Green+Blue) = 11+9+250=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 250 (98.05% from 255 or 92.59% from 270); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B09FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B09FA is #F4F605. Grayscale: #242424. Windows color (decimal): -16053766 or 16386315. OLE color: 16386315.
HSL color Cylindrical-coordinate representation of color #0B09FA: hue angle of 240.5º 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 #0B09FA is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 9 | 250 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.02 |
| HSL | 240.5º | 0.96% | 0.51% | - |
| HSV(B) | 240.5º | 0.96% | 0.98% | - |
| XYZ | 17.49 | 7.17 | 90.9 | - |
| YUV | 37.07 | 248.16 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 9 | 250 | 0.96 | 0.96 | 0 | 0.02 | 240.5 | 0.96 | 0.51 |
| Hex | B | 9 | FA | 60 | 60 | 0 | 2 | F0 | 60 | 33 |
| Octal | 13 | 11 | 372 | 140 | 140 | 0 | 2 | 360 | 140 | 63 |
| Binary | 1011 | 1001 | 11111010 | 1100000 | 1100000 | 0 | 10 | 11110000 | 1100000 | 110011 |
Color Harmonies of #0B09FA
Complementary color
Monochromatic Colors of #0B09FA
Black with #0B09FA
Text Example
Text Example
White with #0B09FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B09FA; }
p { color: rgb(11,9,250); }
H1.HeaderClassName
{
color: #0B09FA;
}
.AnyTagClassName
{
color: #0B09FA;
}
</style>
background-color css
<style>
a { background-color: #0B09FA; }
a { background-color: rgb(11,9,250); }
div.DivClassName
{
background-color: #0B09FA;
}
.BgClassName
{
background-color: #0B09FA;
}
</style>
border-color css
<style>
span { border-color: #0B09FA; }
span { border-color: rgb(11,9,250); }
td.TdClassName
{
border-color: #0B09FA;
}
.TagClassName
{
border-color: #0B09FA;
}
</style>