Html Css Color HEX #180ACC Medium Blue

📋 copy color: '#180ACC'

red 24 ◦ green 10 ◦ blue 204

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

Shades of Medium Blue #180ACC

Tints of Medium Blue #180ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.2%

 BLUE value IS 204 (80.08% from 255) = 85.71%

R = 10.08%
G = 4.2%
B = 85.71%

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#180ACC (or 0x180ACC) is known color: Medium Blue. HEX triplet: 18, 0A and CC. RGB value is (24,10,204). Sum of RGB (Red+Green+Blue) = 24+10+204=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 204 (80.08% from 255 or 85.71% from 238); Max value from RGB is 204 - color contains mainly: blue. Hex color #180ACC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180ACC is #E7F533. Grayscale: #232323. Windows color (decimal): -15201588 or 13371928. OLE color: 13371928.

HSL color Cylindrical-coordinate representation of color #180ACC: hue angle of 244.33º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180ACC is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 10 204 -
CMYK 0.88 0.95 0 0.2
HSL 244.33º 0.91% 0.42% -
HSV(B) 244.33º 0.95% 0.8% -
XYZ 11.38 4.77 57.45 -
YUV 36.3 222.64 119.23 -
System Red Green Blue C M Y K H S L
Decimal 24 10 204 0.88 0.95 0 0.2 244.33 0.91 0.42
Hex 18 A CC 58 5F 0 14 F4 5B 2A
Octal 30 12 314 130 137 0 24 364 133 52
Binary 11000 1010 11001100 1011000 1011111 0 10100 11110100 1011011 101010

Color Harmonies of #180ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180ACC

Black with #180ACC

Text Example


Text Example

White with #180ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,10,204); }

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

background-color css

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

 a { background-color: rgb(24,10,204); }

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

border-color css

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

 span { border-color: rgb(24,10,204); }

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