Html Css Color HEX #181DD6 Medium Blue

📋 copy color: '#181DD6'

red 24 ◦ green 29 ◦ blue 214

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

Shades of Medium Blue #181DD6

Tints of Medium Blue #181DD6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.86%

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

R = 8.99%
G = 10.86%
B = 80.15%

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

#181DD6 (or 0x181DD6) is known color: Medium Blue. HEX triplet: 18, 1D and D6. RGB value is (24,29,214). Sum of RGB (Red+Green+Blue) = 24+29+214=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 214 (83.98% from 255 or 80.15% from 267); Max value from RGB is 214 - color contains mainly: blue. Hex color #181DD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181DD6 is #E7E229. Grayscale: #2F2F2F. Windows color (decimal): -15196714 or 14032152. OLE color: 14032152.

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

Color convert

RGB 24 29 214 -
CMYK 0.89 0.86 0 0.16
HSL 238.42º 0.8% 0.47% -
HSV(B) 238.42º 0.89% 0.84% -
XYZ 12.95 5.93 64.08 -
YUV 48.6 221.34 110.46 -
System Red Green Blue C M Y K H S L
Decimal 24 29 214 0.89 0.86 0 0.16 238.42 0.8 0.47
Hex 18 1D D6 59 56 0 10 EE 50 2F
Octal 30 35 326 131 126 0 20 356 120 57
Binary 11000 11101 11010110 1011001 1010110 0 10000 11101110 1010000 101111

Color Harmonies of #181DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181DD6

Black with #181DD6

Text Example


Text Example

White with #181DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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