#1B0EDC

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

Shades of Medium Blue #1B0EDC

Tints of Medium Blue #1B0EDC

Color information

#1B0EDC (or 0x1B0EDC) is unknown color: approx Medium Blue. HEX triplet: 1B, 0E and DC. RGB value is (27,14,220). Sum of RGB (Red+Green+Blue) = 27+14+220=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 220 (86.33% from 255 or 84.29% from 261); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B0EDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0EDC is #E4F123. Grayscale: #282828. Windows color (decimal): -15003940 or 14421531. OLE color: 14421531.

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

Color convert

RGB2714220-
CMYK0.880.9400.14
HSL243.79º88.03%45.88%-
HSV(B)243.79º93.64%86.27%-
XYZ13.535.7168.1-
YUV41.37228.81117.75-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.34%
GREEN value IS 14 (5.86% from 255) = 5.36%
BLUE value IS 220 (86.33% from 255) = 84.29%
R=10.34%
G=5.36%
B=84.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal27142200.880.9400.14243.7988.0345.88
Hex1BEDC585E0Ef4582e
Octal331633413013601636413056
Binary110111110110111001011000101111001110111101001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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