Shades of Blue #010BFF
Tints of Blue #010BFF
RGB
CMYK
RGB Variations
Color information
#010BFF (or 0x010BFF) is known color: Blue. HEX triplet: 01, 0B and FF. RGB value is (1,11,255). Sum of RGB (Red+Green+Blue) = 1+11+255=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 255 (100% from 255 or 95.51% from 267); Max value from RGB is 255 - color contains mainly: blue. Hex color #010BFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010BFF is #FEF400. Grayscale: #222222. Windows color (decimal): -16708609 or 16714497. OLE color: 16714497.
HSL color Cylindrical-coordinate representation of color #010BFF: hue angle of 237.64º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010BFF is Cyan = 1.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 11 | 255 | - |
| CMYK | 1.00 | 0.96 | 0 | 0 |
| HSL | 237.64º | 1% | 0.5% | - |
| HSV(B) | 237.64º | 1% | 1% | - |
| XYZ | 18.18 | 7.47 | 95.09 | - |
| YUV | 35.83 | 251.69 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 255 | 1.00 | 0.96 | 0 | 0 | 237.64 | 1 | 0.5 |
| Hex | 1 | B | FF | 64 | 60 | 0 | 0 | EE | 64 | 32 |
| Octal | 1 | 13 | 377 | 144 | 140 | 0 | 0 | 356 | 144 | 62 |
| Binary | 1 | 1011 | 11111111 | 1100100 | 1100000 | 0 | 0 | 11101110 | 1100100 | 110010 |
Color Harmonies of #010BFF
Complementary color
Monochromatic Colors of #010BFF
Black with #010BFF
Text Example
Text Example
White with #010BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010BFF; }
p { color: rgb(1,11,255); }
H1.HeaderClassName
{
color: #010BFF;
}
.AnyTagClassName
{
color: #010BFF;
}
</style>
background-color css
<style>
a { background-color: #010BFF; }
a { background-color: rgb(1,11,255); }
div.DivClassName
{
background-color: #010BFF;
}
.BgClassName
{
background-color: #010BFF;
}
</style>
border-color css
<style>
span { border-color: #010BFF; }
span { border-color: rgb(1,11,255); }
td.TdClassName
{
border-color: #010BFF;
}
.TagClassName
{
border-color: #010BFF;
}
</style>