Shades of Blue #1B0FFA
Tints of Blue #1B0FFA
RGB
CMYK
RGB Variations
Color information
#1B0FFA (or 0x1B0FFA) is known color: Blue. HEX triplet: 1B, 0F and FA. RGB value is (27,15,250). Sum of RGB (Red+Green+Blue) = 27+15+250=292 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.25% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 250 (98.05% from 255 or 85.62% from 292); Max value from RGB is 250 - color contains mainly: blue. Hex color #1B0FFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B0FFA is #E4F005. Grayscale: #2C2C2C. Windows color (decimal): -15003654 or 16387867. OLE color: 16387867.
HSL color Cylindrical-coordinate representation of color #1B0FFA: hue angle of 243.06º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B0FFA is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 15 | 250 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.02 |
| HSL | 243.06º | 0.96% | 0.52% | - |
| HSV(B) | 243.06º | 0.94% | 0.98% | - |
| XYZ | 17.88 | 7.48 | 90.94 | - |
| YUV | 45.38 | 243.48 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 15 | 250 | 0.89 | 0.94 | 0 | 0.02 | 243.06 | 0.96 | 0.52 |
| Hex | 1B | F | FA | 59 | 5E | 0 | 2 | F3 | 60 | 34 |
| Octal | 33 | 17 | 372 | 131 | 136 | 0 | 2 | 363 | 140 | 64 |
| Binary | 11011 | 1111 | 11111010 | 1011001 | 1011110 | 0 | 10 | 11110011 | 1100000 | 110100 |
Color Harmonies of #1B0FFA
Complementary color
Monochromatic Colors of #1B0FFA
Black with #1B0FFA
Text Example
Text Example
White with #1B0FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0FFA; }
p { color: rgb(27,15,250); }
H1.HeaderClassName
{
color: #1B0FFA;
}
.AnyTagClassName
{
color: #1B0FFA;
}
</style>
background-color css
<style>
a { background-color: #1B0FFA; }
a { background-color: rgb(27,15,250); }
div.DivClassName
{
background-color: #1B0FFA;
}
.BgClassName
{
background-color: #1B0FFA;
}
</style>
border-color css
<style>
span { border-color: #1B0FFA; }
span { border-color: rgb(27,15,250); }
td.TdClassName
{
border-color: #1B0FFA;
}
.TagClassName
{
border-color: #1B0FFA;
}
</style>