Shades of Blue #1B05EE
Tints of Blue #1B05EE
RGB
CMYK
RGB Variations
Color information
#1B05EE (or 0x1B05EE) is known color: Blue. HEX triplet: 1B, 05 and EE. RGB value is (27,5,238). Sum of RGB (Red+Green+Blue) = 27+5+238=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 238 (93.36% from 255 or 88.15% from 270); Max value from RGB is 238 - color contains mainly: blue. Hex color #1B05EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B05EE is #E4FA11. Grayscale: #252525. Windows color (decimal): -15006226 or 15598875. OLE color: 15598875.
HSL color Cylindrical-coordinate representation of color #1B05EE: hue angle of 245.67º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B05EE is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 5 | 238 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.07 |
| HSL | 245.67º | 0.96% | 0.48% | - |
| HSV(B) | 245.67º | 0.98% | 0.93% | - |
| XYZ | 15.94 | 6.51 | 81.31 | - |
| YUV | 38.14 | 240.79 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 238 | 0.89 | 0.98 | 0 | 0.07 | 245.67 | 0.96 | 0.48 |
| Hex | 1B | 5 | EE | 59 | 62 | 0 | 7 | F6 | 60 | 30 |
| Octal | 33 | 5 | 356 | 131 | 142 | 0 | 7 | 366 | 140 | 60 |
| Binary | 11011 | 101 | 11101110 | 1011001 | 1100010 | 0 | 111 | 11110110 | 1100000 | 110000 |
Color Harmonies of #1B05EE
Complementary color
Monochromatic Colors of #1B05EE
Black with #1B05EE
Text Example
Text Example
White with #1B05EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B05EE; }
p { color: rgb(27,5,238); }
H1.HeaderClassName
{
color: #1B05EE;
}
.AnyTagClassName
{
color: #1B05EE;
}
</style>
background-color css
<style>
a { background-color: #1B05EE; }
a { background-color: rgb(27,5,238); }
div.DivClassName
{
background-color: #1B05EE;
}
.BgClassName
{
background-color: #1B05EE;
}
</style>
border-color css
<style>
span { border-color: #1B05EE; }
span { border-color: rgb(27,5,238); }
td.TdClassName
{
border-color: #1B05EE;
}
.TagClassName
{
border-color: #1B05EE;
}
</style>