Html Css Color HEX #181DDC Medium Blue

📋 copy color: '#181DDC'

red 24 ◦ green 29 ◦ blue 220

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

Shades of Medium Blue #181DDC

Tints of Medium Blue #181DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 80.59%

R = 8.79%
G = 10.62%
B = 80.59%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#181DDC (or 0x181DDC) is known color: Medium Blue. HEX triplet: 18, 1D and DC. RGB value is (24,29,220). Sum of RGB (Red+Green+Blue) = 24+29+220=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 220 (86.33% from 255 or 80.59% from 273); Max value from RGB is 220 - color contains mainly: blue. Hex color #181DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181DDC is #E7E223. Grayscale: #303030. Windows color (decimal): -15196708 or 14425368. OLE color: 14425368.

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

Color convert

RGB 24 29 220 -
CMYK 0.89 0.87 0 0.14
HSL 238.47º 0.8% 0.48% -
HSV(B) 238.47º 0.89% 0.86% -
XYZ 13.73 6.24 68.19 -
YUV 49.28 224.34 109.97 -
System Red Green Blue C M Y K H S L
Decimal 24 29 220 0.89 0.87 0 0.14 238.47 0.8 0.48
Hex 18 1D DC 59 57 0 E EE 50 30
Octal 30 35 334 131 127 0 16 356 120 60
Binary 11000 11101 11011100 1011001 1010111 0 1110 11101110 1010000 110000

Color Harmonies of #181DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181DDC

Black with #181DDC

Text Example


Text Example

White with #181DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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