Shades of Blue #0B0BFD
Tints of Blue #0B0BFD
RGB
CMYK
RGB Variations
Color information
#0B0BFD (or 0x0B0BFD) is known color: Blue. HEX triplet: 0B, 0B and FD. RGB value is (11,11,253). Sum of RGB (Red+Green+Blue) = 11+11+253=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 253 (99.22% from 255 or 92% from 275); Max value from RGB is 253 - color contains mainly: blue. Hex color #0B0BFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B0BFD is #F4F402. Grayscale: #252525. Windows color (decimal): -16053251 or 16583435. OLE color: 16583435.
HSL color Cylindrical-coordinate representation of color #0B0BFD: hue angle of 240º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B0BFD is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 11 | 253 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.01 |
| HSL | 240º | 0.98% | 0.52% | - |
| HSV(B) | 240º | 0.96% | 0.99% | - |
| XYZ | 17.99 | 7.4 | 93.41 | - |
| YUV | 38.59 | 249 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 11 | 253 | 0.96 | 0.96 | 0 | 0.01 | 240 | 0.98 | 0.52 |
| Hex | B | B | FD | 60 | 60 | 0 | 1 | F0 | 62 | 34 |
| Octal | 13 | 13 | 375 | 140 | 140 | 0 | 1 | 360 | 142 | 64 |
| Binary | 1011 | 1011 | 11111101 | 1100000 | 1100000 | 0 | 1 | 11110000 | 1100010 | 110100 |
Color Harmonies of #0B0BFD
Complementary color
Monochromatic Colors of #0B0BFD
Black with #0B0BFD
Text Example
Text Example
White with #0B0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0BFD; }
p { color: rgb(11,11,253); }
H1.HeaderClassName
{
color: #0B0BFD;
}
.AnyTagClassName
{
color: #0B0BFD;
}
</style>
background-color css
<style>
a { background-color: #0B0BFD; }
a { background-color: rgb(11,11,253); }
div.DivClassName
{
background-color: #0B0BFD;
}
.BgClassName
{
background-color: #0B0BFD;
}
</style>
border-color css
<style>
span { border-color: #0B0BFD; }
span { border-color: rgb(11,11,253); }
td.TdClassName
{
border-color: #0B0BFD;
}
.TagClassName
{
border-color: #0B0BFD;
}
</style>