Html Css Color HEX #180ECE Medium Blue

📋 copy color: '#180ECE'

red 24 ◦ green 14 ◦ blue 206

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

Shades of Medium Blue #180ECE

Tints of Medium Blue #180ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 84.43%

R = 9.84%
G = 5.74%
B = 84.43%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#180ECE (or 0x180ECE) is known color: Medium Blue. HEX triplet: 18, 0E and CE. RGB value is (24,14,206). Sum of RGB (Red+Green+Blue) = 24+14+206=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 206 (80.86% from 255 or 84.43% from 244); Max value from RGB is 206 - color contains mainly: blue. Hex color #180ECE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180ECE is #E7F131. Grayscale: #262626. Windows color (decimal): -15200562 or 13504024. OLE color: 13504024.

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

Color convert

RGB 24 14 206 -
CMYK 0.88 0.93 0 0.19
HSL 243.13º 0.87% 0.43% -
HSV(B) 243.13º 0.93% 0.81% -
XYZ 11.67 4.96 58.74 -
YUV 38.88 222.31 117.39 -
System Red Green Blue C M Y K H S L
Decimal 24 14 206 0.88 0.93 0 0.19 243.13 0.87 0.43
Hex 18 E CE 58 5D 0 13 F3 57 2B
Octal 30 16 316 130 135 0 23 363 127 53
Binary 11000 1110 11001110 1011000 1011101 0 10011 11110011 1010111 101011

Color Harmonies of #180ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180ECE

Black with #180ECE

Text Example


Text Example

White with #180ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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