#1B0DD5

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

Shades of Medium Blue #1B0DD5

Tints of Medium Blue #1B0DD5

Color information

#1B0DD5 (or 0x1B0DD5) is unknown color: approx Medium Blue. HEX triplet: 1B, 0D and D5. RGB value is (27,13,213). Sum of RGB (Red+Green+Blue) = 27+13+213=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 213 (83.59% from 255 or 84.19% from 253); Max value from RGB is 213 - color contains mainly: blue. Hex color #1B0DD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0DD5 is #E4F22A. Grayscale: #272727. Windows color (decimal): -15004203 or 13962523. OLE color: 13962523.

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

Color convert

RGB2713213-
CMYK0.870.9400.16
HSL244.2º88.5%44.31%-
HSV(B)244.2º93.9%83.53%-
XYZ12.615.3263.31-
YUV39.99225.64118.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.67%
GREEN value IS 13 (5.47% from 255) = 5.14%
BLUE value IS 213 (83.59% from 255) = 84.19%
R=10.67%
G=5.14%
B=84.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal27132130.870.9400.16244.288.544.31
Hex1BDD5575E010f4582c
Octal331532512713602036413054
Binary1101111011101010110101111011110010000111101001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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