Shades of Blue #0B38FF
Tints of Blue #0B38FF
RGB
CMYK
RGB Variations
Color information
#0B38FF (or 0x0B38FF) is known color: Blue. HEX triplet: 0B, 38 and FF. RGB value is (11,56,255). Sum of RGB (Red+Green+Blue) = 11+56+255=322 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.42% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 255 (100% from 255 or 79.19% from 322); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B38FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B38FF is #F4C700. Grayscale: #404040. Windows color (decimal): -16041729 or 16726027. OLE color: 16726027.
HSL color Cylindrical-coordinate representation of color #0B38FF: hue angle of 228.93º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B38FF is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 56 | 255 | - |
| CMYK | 0.96 | 0.78 | 0 | 0 |
| HSL | 228.93º | 1% | 0.52% | - |
| HSV(B) | 228.93º | 0.96% | 1% | - |
| XYZ | 19.6 | 10.12 | 95.53 | - |
| YUV | 65.23 | 235.09 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 56 | 255 | 0.96 | 0.78 | 0 | 0 | 228.93 | 1 | 0.52 |
| Hex | B | 38 | FF | 60 | 4E | 0 | 0 | E5 | 64 | 34 |
| Octal | 13 | 70 | 377 | 140 | 116 | 0 | 0 | 345 | 144 | 64 |
| Binary | 1011 | 111000 | 11111111 | 1100000 | 1001110 | 0 | 0 | 11100101 | 1100100 | 110100 |
Color Harmonies of #0B38FF
Complementary color
Monochromatic Colors of #0B38FF
Black with #0B38FF
Text Example
Text Example
White with #0B38FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B38FF; }
p { color: rgb(11,56,255); }
H1.HeaderClassName
{
color: #0B38FF;
}
.AnyTagClassName
{
color: #0B38FF;
}
</style>
background-color css
<style>
a { background-color: #0B38FF; }
a { background-color: rgb(11,56,255); }
div.DivClassName
{
background-color: #0B38FF;
}
.BgClassName
{
background-color: #0B38FF;
}
</style>
border-color css
<style>
span { border-color: #0B38FF; }
span { border-color: rgb(11,56,255); }
td.TdClassName
{
border-color: #0B38FF;
}
.TagClassName
{
border-color: #0B38FF;
}
</style>