Shades of Blue #1B2FFA
Tints of Blue #1B2FFA
RGB
CMYK
RGB Variations
Color information
#1B2FFA (or 0x1B2FFA) is known color: Blue. HEX triplet: 1B, 2F and FA. RGB value is (27,47,250). Sum of RGB (Red+Green+Blue) = 27+47+250=324 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.33% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 250 (98.05% from 255 or 77.16% from 324); Max value from RGB is 250 - color contains mainly: blue. Hex color #1B2FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B2FFA is #E4D005. Grayscale: #3F3F3F. Windows color (decimal): -14995462 or 16396059. OLE color: 16396059.
HSL color Cylindrical-coordinate representation of color #1B2FFA: hue angle of 234.62º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B2FFA is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 47 | 250 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.02 |
| HSL | 234.62º | 0.96% | 0.54% | - |
| HSV(B) | 234.62º | 0.89% | 0.98% | - |
| XYZ | 18.72 | 9.17 | 91.23 | - |
| YUV | 64.16 | 232.87 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 250 | 0.89 | 0.81 | 0 | 0.02 | 234.62 | 0.96 | 0.54 |
| Hex | 1B | 2F | FA | 59 | 51 | 0 | 2 | EB | 60 | 36 |
| Octal | 33 | 57 | 372 | 131 | 121 | 0 | 2 | 353 | 140 | 66 |
| Binary | 11011 | 101111 | 11111010 | 1011001 | 1010001 | 0 | 10 | 11101011 | 1100000 | 110110 |
Color Harmonies of #1B2FFA
Complementary color
Monochromatic Colors of #1B2FFA
Black with #1B2FFA
Text Example
Text Example
White with #1B2FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2FFA; }
p { color: rgb(27,47,250); }
H1.HeaderClassName
{
color: #1B2FFA;
}
.AnyTagClassName
{
color: #1B2FFA;
}
</style>
background-color css
<style>
a { background-color: #1B2FFA; }
a { background-color: rgb(27,47,250); }
div.DivClassName
{
background-color: #1B2FFA;
}
.BgClassName
{
background-color: #1B2FFA;
}
</style>
border-color css
<style>
span { border-color: #1B2FFA; }
span { border-color: rgb(27,47,250); }
td.TdClassName
{
border-color: #1B2FFA;
}
.TagClassName
{
border-color: #1B2FFA;
}
</style>