Shades of Blue #001BFD
Tints of Blue #001BFD
RGB
CMYK
RGB Variations
Color information
#001BFD (or 0x001BFD) is known color: Blue. HEX triplet: 00, 1B and FD. RGB value is (0,27,253). Sum of RGB (Red+Green+Blue) = 0+27+253=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 253 (99.22% from 255 or 90.36% from 280); Max value from RGB is 253 - color contains mainly: blue. Hex color #001BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001BFD is #FFE402. Grayscale: #2B2B2B. Windows color (decimal): -16770051 or 16587520. OLE color: 16587520.
HSL color Cylindrical-coordinate representation of color #001BFD: hue angle of 233.6º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001BFD is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 27 | 253 | - |
| CMYK | 1 | 0.89 | 0 | 0.01 |
| HSL | 233.6º | 1% | 0.5% | - |
| HSV(B) | 233.6º | 1% | 0.99% | - |
| XYZ | 18.12 | 7.88 | 93.49 | - |
| YUV | 44.69 | 245.55 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 253 | 1 | 0.89 | 0 | 0.01 | 233.6 | 1 | 0.5 |
| Hex | 0 | 1B | FD | 64 | 59 | 0 | 1 | EA | 64 | 32 |
| Octal | 0 | 33 | 375 | 144 | 131 | 0 | 1 | 352 | 144 | 62 |
| Binary | 0 | 11011 | 11111101 | 1100100 | 1011001 | 0 | 1 | 11101010 | 1100100 | 110010 |
Color Harmonies of #001BFD
Complementary color
Monochromatic Colors of #001BFD
Black with #001BFD
Text Example
Text Example
White with #001BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001BFD; }
p { color: rgb(0,27,253); }
H1.HeaderClassName
{
color: #001BFD;
}
.AnyTagClassName
{
color: #001BFD;
}
</style>
background-color css
<style>
a { background-color: #001BFD; }
a { background-color: rgb(0,27,253); }
div.DivClassName
{
background-color: #001BFD;
}
.BgClassName
{
background-color: #001BFD;
}
</style>
border-color css
<style>
span { border-color: #001BFD; }
span { border-color: rgb(0,27,253); }
td.TdClassName
{
border-color: #001BFD;
}
.TagClassName
{
border-color: #001BFD;
}
</style>