Html Css Color HEX #180ECD Medium Blue

📋 copy color: '#180ECD'

red 24 ◦ green 14 ◦ blue 205

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

Shades of Medium Blue #180ECD

Tints of Medium Blue #180ECD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.76%

 BLUE value IS 205 (80.47% from 255) = 84.36%

R = 9.88%
G = 5.76%
B = 84.36%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#180ECD (or 0x180ECD) is known color: Medium Blue. HEX triplet: 18, 0E and CD. RGB value is (24,14,205). Sum of RGB (Red+Green+Blue) = 24+14+205=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 205 (80.47% from 255 or 84.36% from 243); Max value from RGB is 205 - color contains mainly: blue. Hex color #180ECD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180ECD is #E7F132. Grayscale: #262626. Windows color (decimal): -15200563 or 13438488. OLE color: 13438488.

HSL color Cylindrical-coordinate representation of color #180ECD: hue angle of 243.14º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180ECD is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 14 205 -
CMYK 0.88 0.93 0 0.20
HSL 243.14º 0.87% 0.43% -
HSV(B) 243.14º 0.93% 0.8% -
XYZ 11.55 4.92 58.1 -
YUV 38.76 221.81 117.47 -
System Red Green Blue C M Y K H S L
Decimal 24 14 205 0.88 0.93 0 0.20 243.14 0.87 0.43
Hex 18 E CD 58 5D 0 14 F3 57 2B
Octal 30 16 315 130 135 0 24 363 127 53
Binary 11000 1110 11001101 1011000 1011101 0 10100 11110011 1010111 101011

Color Harmonies of #180ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180ECD

Black with #180ECD

Text Example


Text Example

White with #180ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180ECD; }

 p { color: rgb(24,14,205); }

 H1.HeaderClassName
 {
   color: #180ECD;
 }
 .AnyTagClassName
 {
   color: #180ECD;
 }
</style>

background-color css

<style>
 a { background-color: #180ECD; }

 a { background-color: rgb(24,14,205); }

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

border-color css

<style>
 span { border-color: #180ECD; }

 span { border-color: rgb(24,14,205); }

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