#1B0DDE

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

Shades of Medium Blue #1B0DDE

Tints of Medium Blue #1B0DDE

Color information

#1B0DDE (or 0x1B0DDE) is unknown color: approx Medium Blue. HEX triplet: 1B, 0D and DE. RGB value is (27,13,222). Sum of RGB (Red+Green+Blue) = 27+13+222=262 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.31% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 222 (87.11% from 255 or 84.73% from 262); Max value from RGB is 222 - color contains mainly: blue. Hex color #1B0DDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0DDE is #E4F221. Grayscale: #282828. Windows color (decimal): -15004194 or 14552347. OLE color: 14552347.

HSL color Cylindrical-coordinate representation of color #1B0DDE: hue angle of 244.02º degrees, saturation: 0.89, 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 #1B0DDE is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2713222-
CMYK0.880.9400.13
HSL244.02º88.94%46.08%-
HSV(B)244.02º94.14%87.06%-
XYZ13.785.7969.5-
YUV41.01230.14118.01-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.31%
GREEN value IS 13 (5.47% from 255) = 4.96%
BLUE value IS 222 (87.11% from 255) = 84.73%
R=10.31%
G=4.96%
B=84.73%

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
Decimal27132220.880.9400.13244.0288.9446.08
Hex1BDDE585E0Df4592e
Octal331533613013601536413156
Binary110111101110111101011000101111001101111101001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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