#1B1DEE

Color #1B1DEE Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #1B1DEE

Tints of Blue #1B1DEE

Color information

#1B1DEE (or 0x1B1DEE) is unknown color: approx Blue. HEX triplet: 1B, 1D and EE. RGB value is (27,29,238). Sum of RGB (Red+Green+Blue) = 27+29+238=294 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.18% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 238 (93.36% from 255 or 80.95% from 294); Max value from RGB is 238 - color contains mainly: blue. Hex color #1B1DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B1DEE is #E4E211. Grayscale: #333333. Windows color (decimal): -15000082 or 15605019. OLE color: 15605019.

HSL color Cylindrical-coordinate representation of color #1B1DEE: hue angle of 239.43º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B1DEE is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2729238-
CMYK0.890.8800.07
HSL239.43º86.12%51.96%-
HSV(B)239.43º88.66%93.33%-
XYZ16.327.2881.43-
YUV52.23232.84110.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 9.18%
GREEN value IS 29 (11.72% from 255) = 9.86%
BLUE value IS 238 (93.36% from 255) = 80.95%
R=9.18%
G=9.86%
B=80.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal27292380.890.8800.07239.4386.1251.96
Hex1B1DEE595807ef5634
Octal33353561311300735712664
Binary110111110111101110101100110110000111111011111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B1DEE; }

 p { color: rgb(27,29,238); }

 H1.HeaderClassName
 {
   color: #1B1DEE;
 }
 .AnyTagClassName
 {
   color: #1B1DEE;
 }
</style>
background-color css

<style>
 a { background-color: #1B1DEE; }

 a { background-color: rgb(27,29,238); }

 div.DivClassName
 {
   background-color: #1B1DEE;
 }
 .BgClassName
 {
   background-color: #1B1DEE;
 }
</style>
border-color css

<style>
 span { border-color: #1B1DEE; }

 span { border-color: rgb(27,29,238); }

 td.TdClassName
 {
   border-color: #1B1DEE;
 }
 .TagClassName
 {
   border-color: #1B1DEE;
 }
</style>