Html Css Color HEX #181EDE Medium Blue

📋 copy color: '#181EDE'

red 24 ◦ green 30 ◦ blue 222

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

Shades of Medium Blue #181EDE

Tints of Medium Blue #181EDE

RGB

 RED value IS 24 (9.77% from 255) = 8.7%

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

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

R = 8.7%
G = 10.87%
B = 80.43%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#181EDE (or 0x181EDE) is known color: Medium Blue. HEX triplet: 18, 1E and DE. RGB value is (24,30,222). Sum of RGB (Red+Green+Blue) = 24+30+222=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 222 (87.11% from 255 or 80.43% from 276); Max value from RGB is 222 - color contains mainly: blue. Hex color #181EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181EDE is #E7E121. Grayscale: #313131. Windows color (decimal): -15196450 or 14556696. OLE color: 14556696.

HSL color Cylindrical-coordinate representation of color #181EDE: hue angle of 238.18º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #181EDE is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 30 222 -
CMYK 0.89 0.86 0 0.13
HSL 238.18º 0.8% 0.48% -
HSV(B) 238.18º 0.89% 0.87% -
XYZ 14.03 6.4 69.6 -
YUV 50.09 225.01 109.39 -
System Red Green Blue C M Y K H S L
Decimal 24 30 222 0.89 0.86 0 0.13 238.18 0.8 0.48
Hex 18 1E DE 59 56 0 D EE 50 30
Octal 30 36 336 131 126 0 15 356 120 60
Binary 11000 11110 11011110 1011001 1010110 0 1101 11101110 1010000 110000

Color Harmonies of #181EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181EDE

Black with #181EDE

Text Example


Text Example

White with #181EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181EDE; }

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

 H1.HeaderClassName
 {
   color: #181EDE;
 }
 .AnyTagClassName
 {
   color: #181EDE;
 }
</style>

background-color css

<style>
 a { background-color: #181EDE; }

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

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

border-color css

<style>
 span { border-color: #181EDE; }

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

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