Html Css Color HEX #180ECB Medium Blue

📋 copy color: '#180ECB'

red 24 ◦ green 14 ◦ blue 203

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

Shades of Medium Blue #180ECB

Tints of Medium Blue #180ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 84.23%

R = 9.96%
G = 5.81%
B = 84.23%

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

#180ECB (or 0x180ECB) is known color: Medium Blue. HEX triplet: 18, 0E and CB. RGB value is (24,14,203). Sum of RGB (Red+Green+Blue) = 24+14+203=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 203 (79.69% from 255 or 84.23% from 241); Max value from RGB is 203 - color contains mainly: blue. Hex color #180ECB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180ECB is #E7F134. Grayscale: #252525. Windows color (decimal): -15200565 or 13307416. OLE color: 13307416.

HSL color Cylindrical-coordinate representation of color #180ECB: hue angle of 243.17º 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 #180ECB is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 14 203 -
CMYK 0.88 0.93 0 0.20
HSL 243.17º 0.87% 0.43% -
HSV(B) 243.17º 0.93% 0.8% -
XYZ 11.31 4.82 56.83 -
YUV 38.54 220.81 117.63 -
System Red Green Blue C M Y K H S L
Decimal 24 14 203 0.88 0.93 0 0.20 243.17 0.87 0.43
Hex 18 E CB 58 5D 0 14 F3 57 2B
Octal 30 16 313 130 135 0 24 363 127 53
Binary 11000 1110 11001011 1011000 1011101 0 10100 11110011 1010111 101011

Color Harmonies of #180ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180ECB

Black with #180ECB

Text Example


Text Example

White with #180ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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