#1B1ED8

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

Shades of Medium Blue #1B1ED8

Tints of Medium Blue #1B1ED8

Color information

#1B1ED8 (or 0x1B1ED8) is unknown color: approx Medium Blue. HEX triplet: 1B, 1E and D8. RGB value is (27,30,216). Sum of RGB (Red+Green+Blue) = 27+30+216=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 216 (84.77% from 255 or 79.12% from 273); Max value from RGB is 216 - color contains mainly: blue. Hex color #1B1ED8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B1ED8 is #E4E127. Grayscale: #313131. Windows color (decimal): -14999848 or 14163483. OLE color: 14163483.

HSL color Cylindrical-coordinate representation of color #1B1ED8: hue angle of 239.05º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B1ED8 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2730216-
CMYK0.880.8600.15
HSL239.05º77.78%47.65%-
HSV(B)239.05º87.5%84.71%-
XYZ13.316.1265.45-
YUV50.31221.51111.38-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.89%
GREEN value IS 30 (12.11% from 255) = 10.99%
BLUE value IS 216 (84.77% from 255) = 79.12%
R=9.89%
G=10.99%
B=79.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal27302160.880.8600.15239.0577.7847.65
Hex1B1ED858560Fef4e30
Octal333633013012601735711660
Binary1101111110110110001011000101011001111111011111001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,30,216); }

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

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

 a { background-color: rgb(27,30,216); }

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

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

 span { border-color: rgb(27,30,216); }

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