Html Css Color HEX #1F1EDE Medium Blue

📋 copy color: '#1F1EDE'

red 31 ◦ green 30 ◦ blue 222

#1F1EDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #1F1EDE

Tints of Medium Blue #1F1EDE

RGB

 RED value IS 31 (12.5% from 255) = 10.95%

 GREEN value IS 30 (12.11% from 255) = 10.6%

 BLUE value IS 222 (87.11% from 255) = 78.45%

R = 10.95%
G = 10.6%
B = 78.45%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F1EDE (or 0x1F1EDE) is known color: Medium Blue. HEX triplet: 1F, 1E and DE. RGB value is (31,30,222). Sum of RGB (Red+Green+Blue) = 31+30+222=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 222 (87.11% from 255 or 78.45% from 283); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F1EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1EDE is #E0E121. Grayscale: #333333. Windows color (decimal): -14737698 or 14556703. OLE color: 14556703.

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

Color convert

RGB 31 30 222 -
CMYK 0.86 0.86 0 0.13
HSL 240.31º 0.76% 0.49% -
HSV(B) 240.31º 0.86% 0.87% -
XYZ 14.21 6.49 69.61 -
YUV 52.19 223.83 112.89 -
System Red Green Blue C M Y K H S L
Decimal 31 30 222 0.86 0.86 0 0.13 240.31 0.76 0.49
Hex 1F 1E DE 56 56 0 D F0 4C 31
Octal 37 36 336 126 126 0 15 360 114 61
Binary 11111 11110 11011110 1010110 1010110 0 1101 11110000 1001100 110001

Color Harmonies of #1F1EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1EDE

Black with #1F1EDE

Text Example


Text Example

White with #1F1EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,30,222); }

 H1.HeaderClassName
 {
   color: #1F1EDE;
 }
 .AnyTagClassName
 {
   color: #1F1EDE;
 }
</style>

background-color css

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

 a { background-color: rgb(31,30,222); }

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

border-color css

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

 span { border-color: rgb(31,30,222); }

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