Html Css Color HEX #1F1EDD Medium Blue

📋 copy color: '#1F1EDD'

red 31 ◦ green 30 ◦ blue 221

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

Shades of Medium Blue #1F1EDD

Tints of Medium Blue #1F1EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 78.37%

R = 10.99%
G = 10.64%
B = 78.37%

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

#1F1EDD (or 0x1F1EDD) is known color: Medium Blue. HEX triplet: 1F, 1E and DD. RGB value is (31,30,221). Sum of RGB (Red+Green+Blue) = 31+30+221=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 221 (86.72% from 255 or 78.37% from 282); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F1EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1EDD is #E0E122. Grayscale: #333333. Windows color (decimal): -14737699 or 14491167. OLE color: 14491167.

HSL color Cylindrical-coordinate representation of color #1F1EDD: 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 #1F1EDD is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 30 221 -
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.08 6.44 68.91 -
YUV 52.07 223.33 112.97 -
System Red Green Blue C M Y K H S L
Decimal 31 30 221 0.86 0.86 0 0.13 240.31 0.76 0.49
Hex 1F 1E DD 56 56 0 D F0 4C 31
Octal 37 36 335 126 126 0 15 360 114 61
Binary 11111 11110 11011101 1010110 1010110 0 1101 11110000 1001100 110001

Color Harmonies of #1F1EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1EDD

Black with #1F1EDD

Text Example


Text Example

White with #1F1EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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