#1D1CE0

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

Shades of Medium Blue #1D1CE0

Tints of Medium Blue #1D1CE0

Color information

#1D1CE0 (or 0x1D1CE0) is unknown color: approx Medium Blue. HEX triplet: 1D, 1C and E0. RGB value is (29,28,224). Sum of RGB (Red+Green+Blue) = 29+28+224=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 224 (87.89% from 255 or 79.72% from 281); Max value from RGB is 224 - color contains mainly: blue. Hex color #1D1CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1CE0 is #E2E31F. Grayscale: #313131. Windows color (decimal): -14869280 or 14687261. OLE color: 14687261.

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

Color convert

RGB2928224-
CMYK0.870.8800.12
HSL240.31º77.78%49.41%-
HSV(B)240.31º87.5%87.84%-
XYZ14.386.4771.01-
YUV50.64225.83112.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.32%
GREEN value IS 28 (11.33% from 255) = 9.96%
BLUE value IS 224 (87.89% from 255) = 79.72%
R=10.32%
G=9.96%
B=79.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal29282240.870.8800.12240.3177.7849.41
Hex1D1CE057580Cf04e31
Octal353434012713001436011661
Binary1110111100111000001010111101100001100111100001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,28,224); }

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

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

 a { background-color: rgb(29,28,224); }

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

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

 span { border-color: rgb(29,28,224); }

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