Shades of Blue #0B0AFD
Tints of Blue #0B0AFD
RGB
CMYK
RGB Variations
Color information
#0B0AFD (or 0x0B0AFD) is known color: Blue. HEX triplet: 0B, 0A and FD. RGB value is (11,10,253). Sum of RGB (Red+Green+Blue) = 11+10+253=274 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.01% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 253 (99.22% from 255 or 92.34% from 274); Max value from RGB is 253 - color contains mainly: blue. Hex color #0B0AFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B0AFD is #F4F502. Grayscale: #252525. Windows color (decimal): -16053507 or 16583179. OLE color: 16583179.
HSL color Cylindrical-coordinate representation of color #0B0AFD: hue angle of 240.25º 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 #0B0AFD is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 10 | 253 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.01 |
| HSL | 240.25º | 0.98% | 0.52% | - |
| HSV(B) | 240.25º | 0.96% | 0.99% | - |
| XYZ | 17.98 | 7.38 | 93.41 | - |
| YUV | 38 | 249.33 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 10 | 253 | 0.96 | 0.96 | 0 | 0.01 | 240.25 | 0.98 | 0.52 |
| Hex | B | A | FD | 60 | 60 | 0 | 1 | F0 | 62 | 34 |
| Octal | 13 | 12 | 375 | 140 | 140 | 0 | 1 | 360 | 142 | 64 |
| Binary | 1011 | 1010 | 11111101 | 1100000 | 1100000 | 0 | 1 | 11110000 | 1100010 | 110100 |
Color Harmonies of #0B0AFD
Complementary color
Monochromatic Colors of #0B0AFD
Black with #0B0AFD
Text Example
Text Example
White with #0B0AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0AFD; }
p { color: rgb(11,10,253); }
H1.HeaderClassName
{
color: #0B0AFD;
}
.AnyTagClassName
{
color: #0B0AFD;
}
</style>
background-color css
<style>
a { background-color: #0B0AFD; }
a { background-color: rgb(11,10,253); }
div.DivClassName
{
background-color: #0B0AFD;
}
.BgClassName
{
background-color: #0B0AFD;
}
</style>
border-color css
<style>
span { border-color: #0B0AFD; }
span { border-color: rgb(11,10,253); }
td.TdClassName
{
border-color: #0B0AFD;
}
.TagClassName
{
border-color: #0B0AFD;
}
</style>