Html Css Color HEX #181EDD Medium Blue

📋 copy color: '#181EDD'

red 24 ◦ green 30 ◦ blue 221

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

Shades of Medium Blue #181EDD

Tints of Medium Blue #181EDD

RGB

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

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

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

R = 8.73%
G = 10.91%
B = 80.36%

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

#181EDD (or 0x181EDD) is known color: Medium Blue. HEX triplet: 18, 1E and DD. RGB value is (24,30,221). Sum of RGB (Red+Green+Blue) = 24+30+221=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 221 (86.72% from 255 or 80.36% from 275); Max value from RGB is 221 - color contains mainly: blue. Hex color #181EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181EDD is #E7E122. Grayscale: #313131. Windows color (decimal): -15196451 or 14491160. OLE color: 14491160.

HSL color Cylindrical-coordinate representation of color #181EDD: hue angle of 238.17º 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 #181EDD is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 30 221 -
CMYK 0.89 0.86 0 0.13
HSL 238.17º 0.8% 0.48% -
HSV(B) 238.17º 0.89% 0.87% -
XYZ 13.89 6.34 68.9 -
YUV 49.98 224.51 109.47 -
System Red Green Blue C M Y K H S L
Decimal 24 30 221 0.89 0.86 0 0.13 238.17 0.8 0.48
Hex 18 1E DD 59 56 0 D EE 50 30
Octal 30 36 335 131 126 0 15 356 120 60
Binary 11000 11110 11011101 1011001 1010110 0 1101 11101110 1010000 110000

Color Harmonies of #181EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181EDD

Black with #181EDD

Text Example


Text Example

White with #181EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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