#1B0EDE

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

Shades of Medium Blue #1B0EDE

Tints of Medium Blue #1B0EDE

Color information

#1B0EDE (or 0x1B0EDE) is unknown color: approx Medium Blue. HEX triplet: 1B, 0E and DE. RGB value is (27,14,222). Sum of RGB (Red+Green+Blue) = 27+14+222=263 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.27% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 222 (87.11% from 255 or 84.41% from 263); Max value from RGB is 222 - color contains mainly: blue. Hex color #1B0EDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0EDE is #E4F121. Grayscale: #282828. Windows color (decimal): -15003938 or 14552603. OLE color: 14552603.

HSL color Cylindrical-coordinate representation of color #1B0EDE: hue angle of 243.75º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B0EDE is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2714222-
CMYK0.880.9400.13
HSL243.75º88.14%46.27%-
HSV(B)243.75º93.69%87.06%-
XYZ13.795.8269.5-
YUV41.6229.81117.59-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.27%
GREEN value IS 14 (5.86% from 255) = 5.32%
BLUE value IS 222 (87.11% from 255) = 84.41%
R=10.27%
G=5.32%
B=84.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal27142220.880.9400.13243.7588.1446.27
Hex1BEDE585E0Df4582e
Octal331633613013601536413056
Binary110111110110111101011000101111001101111101001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,14,222); }

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

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

 a { background-color: rgb(27,14,222); }

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

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

 span { border-color: rgb(27,14,222); }

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