Shades of Blue #0B2CF9
Tints of Blue #0B2CF9
RGB
CMYK
RGB Variations
Color information
#0B2CF9 (or 0x0B2CF9) is known color: Blue. HEX triplet: 0B, 2C and F9. RGB value is (11,44,249). Sum of RGB (Red+Green+Blue) = 11+44+249=304 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.62% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 249 (97.66% from 255 or 81.91% from 304); Max value from RGB is 249 - color contains mainly: blue. Hex color #0B2CF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B2CF9 is #F4D306. Grayscale: #383838. Windows color (decimal): -16044807 or 16329739. OLE color: 16329739.
HSL color Cylindrical-coordinate representation of color #0B2CF9: hue angle of 231.68º degrees, saturation: 0.95, 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 #0B2CF9 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 44 | 249 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.02 |
| HSL | 231.68º | 0.95% | 0.51% | - |
| HSV(B) | 231.68º | 0.96% | 0.98% | - |
| XYZ | 18.14 | 8.71 | 90.35 | - |
| YUV | 57.5 | 236.07 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 44 | 249 | 0.96 | 0.82 | 0 | 0.02 | 231.68 | 0.95 | 0.51 |
| Hex | B | 2C | F9 | 60 | 52 | 0 | 2 | E8 | 5F | 33 |
| Octal | 13 | 54 | 371 | 140 | 122 | 0 | 2 | 350 | 137 | 63 |
| Binary | 1011 | 101100 | 11111001 | 1100000 | 1010010 | 0 | 10 | 11101000 | 1011111 | 110011 |
Color Harmonies of #0B2CF9
Complementary color
Monochromatic Colors of #0B2CF9
Black with #0B2CF9
Text Example
Text Example
White with #0B2CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2CF9; }
p { color: rgb(11,44,249); }
H1.HeaderClassName
{
color: #0B2CF9;
}
.AnyTagClassName
{
color: #0B2CF9;
}
</style>
background-color css
<style>
a { background-color: #0B2CF9; }
a { background-color: rgb(11,44,249); }
div.DivClassName
{
background-color: #0B2CF9;
}
.BgClassName
{
background-color: #0B2CF9;
}
</style>
border-color css
<style>
span { border-color: #0B2CF9; }
span { border-color: rgb(11,44,249); }
td.TdClassName
{
border-color: #0B2CF9;
}
.TagClassName
{
border-color: #0B2CF9;
}
</style>