Shades of Blue #011BFD
Tints of Blue #011BFD
RGB
CMYK
RGB Variations
Color information
#011BFD (or 0x011BFD) is known color: Blue. HEX triplet: 01, 1B and FD. RGB value is (1,27,253). Sum of RGB (Red+Green+Blue) = 1+27+253=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 253 (99.22% from 255 or 90.04% from 281); Max value from RGB is 253 - color contains mainly: blue. Hex color #011BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011BFD is #FEE402. Grayscale: #2C2C2C. Windows color (decimal): -16704515 or 16587521. OLE color: 16587521.
HSL color Cylindrical-coordinate representation of color #011BFD: hue angle of 233.81º 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 #011BFD is Cyan = 1.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 27 | 253 | - |
| CMYK | 1.00 | 0.89 | 0 | 0.01 |
| HSL | 233.81º | 0.99% | 0.5% | - |
| HSV(B) | 233.81º | 1% | 0.99% | - |
| XYZ | 18.13 | 7.88 | 93.49 | - |
| YUV | 44.99 | 245.39 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 253 | 1.00 | 0.89 | 0 | 0.01 | 233.81 | 0.99 | 0.5 |
| Hex | 1 | 1B | FD | 64 | 59 | 0 | 1 | EA | 63 | 32 |
| Octal | 1 | 33 | 375 | 144 | 131 | 0 | 1 | 352 | 143 | 62 |
| Binary | 1 | 11011 | 11111101 | 1100100 | 1011001 | 0 | 1 | 11101010 | 1100011 | 110010 |
Color Harmonies of #011BFD
Complementary color
Monochromatic Colors of #011BFD
Black with #011BFD
Text Example
Text Example
White with #011BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011BFD; }
p { color: rgb(1,27,253); }
H1.HeaderClassName
{
color: #011BFD;
}
.AnyTagClassName
{
color: #011BFD;
}
</style>
background-color css
<style>
a { background-color: #011BFD; }
a { background-color: rgb(1,27,253); }
div.DivClassName
{
background-color: #011BFD;
}
.BgClassName
{
background-color: #011BFD;
}
</style>
border-color css
<style>
span { border-color: #011BFD; }
span { border-color: rgb(1,27,253); }
td.TdClassName
{
border-color: #011BFD;
}
.TagClassName
{
border-color: #011BFD;
}
</style>