Html Css Color HEX #181ED6 Medium Blue

📋 copy color: '#181ED6'

red 24 ◦ green 30 ◦ blue 214

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

Shades of Medium Blue #181ED6

Tints of Medium Blue #181ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 79.85%

R = 8.96%
G = 11.19%
B = 79.85%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#181ED6 (or 0x181ED6) is known color: Medium Blue. HEX triplet: 18, 1E and D6. RGB value is (24,30,214). Sum of RGB (Red+Green+Blue) = 24+30+214=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 214 (83.98% from 255 or 79.85% from 268); Max value from RGB is 214 - color contains mainly: blue. Hex color #181ED6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181ED6 is #E7E129. Grayscale: #303030. Windows color (decimal): -15196458 or 14032408. OLE color: 14032408.

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

Color convert

RGB 24 30 214 -
CMYK 0.89 0.86 0 0.16
HSL 238.11º 0.8% 0.47% -
HSV(B) 238.11º 0.89% 0.84% -
XYZ 12.98 5.98 64.09 -
YUV 49.18 221.01 110.04 -
System Red Green Blue C M Y K H S L
Decimal 24 30 214 0.89 0.86 0 0.16 238.11 0.8 0.47
Hex 18 1E D6 59 56 0 10 EE 50 2F
Octal 30 36 326 131 126 0 20 356 120 57
Binary 11000 11110 11010110 1011001 1010110 0 10000 11101110 1010000 101111

Color Harmonies of #181ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181ED6

Black with #181ED6

Text Example


Text Example

White with #181ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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