Shades of Blue #010BFD
Tints of Blue #010BFD
RGB
CMYK
RGB Variations
Color information
#010BFD (or 0x010BFD) is known color: Blue. HEX triplet: 01, 0B and FD. RGB value is (1,11,253). Sum of RGB (Red+Green+Blue) = 1+11+253=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 253 (99.22% from 255 or 95.47% from 265); Max value from RGB is 253 - color contains mainly: blue. Hex color #010BFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010BFD is #FEF402. Grayscale: #222222. Windows color (decimal): -16708611 or 16583425. OLE color: 16583425.
HSL color Cylindrical-coordinate representation of color #010BFD: hue angle of 237.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010BFD is Cyan = 1.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 11 | 253 | - |
| CMYK | 1.00 | 0.96 | 0 | 0.01 |
| HSL | 237.62º | 0.99% | 0.5% | - |
| HSV(B) | 237.62º | 1% | 0.99% | - |
| XYZ | 17.86 | 7.34 | 93.4 | - |
| YUV | 35.6 | 250.69 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 253 | 1.00 | 0.96 | 0 | 0.01 | 237.62 | 0.99 | 0.5 |
| Hex | 1 | B | FD | 64 | 60 | 0 | 1 | EE | 63 | 32 |
| Octal | 1 | 13 | 375 | 144 | 140 | 0 | 1 | 356 | 143 | 62 |
| Binary | 1 | 1011 | 11111101 | 1100100 | 1100000 | 0 | 1 | 11101110 | 1100011 | 110010 |
Color Harmonies of #010BFD
Complementary color
Monochromatic Colors of #010BFD
Black with #010BFD
Text Example
Text Example
White with #010BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010BFD; }
p { color: rgb(1,11,253); }
H1.HeaderClassName
{
color: #010BFD;
}
.AnyTagClassName
{
color: #010BFD;
}
</style>
background-color css
<style>
a { background-color: #010BFD; }
a { background-color: rgb(1,11,253); }
div.DivClassName
{
background-color: #010BFD;
}
.BgClassName
{
background-color: #010BFD;
}
</style>
border-color css
<style>
span { border-color: #010BFD; }
span { border-color: rgb(1,11,253); }
td.TdClassName
{
border-color: #010BFD;
}
.TagClassName
{
border-color: #010BFD;
}
</style>