Html Css Color HEX #120ACC Medium Blue

📋 copy color: '#120ACC'

red 18 ◦ green 10 ◦ blue 204

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

Shades of Medium Blue #120ACC

Tints of Medium Blue #120ACC

RGB

 RED value IS 18 (7.42% from 255) = 7.76%

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

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

R = 7.76%
G = 4.31%
B = 87.93%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#120ACC (or 0x120ACC) is known color: Medium Blue. HEX triplet: 12, 0A and CC. RGB value is (18,10,204). Sum of RGB (Red+Green+Blue) = 18+10+204=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 204 (80.08% from 255 or 87.93% from 232); Max value from RGB is 204 - color contains mainly: blue. Hex color #120ACC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120ACC is #EDF533. Grayscale: #212121. Windows color (decimal): -15594804 or 13371922. OLE color: 13371922.

HSL color Cylindrical-coordinate representation of color #120ACC: hue angle of 242.47º 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 #120ACC is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 10 204 -
CMYK 0.91 0.95 0 0.2
HSL 242.47º 0.91% 0.42% -
HSV(B) 242.47º 0.95% 0.8% -
XYZ 11.26 4.71 57.44 -
YUV 34.51 223.65 116.23 -
System Red Green Blue C M Y K H S L
Decimal 18 10 204 0.91 0.95 0 0.2 242.47 0.91 0.42
Hex 12 A CC 5B 5F 0 14 F2 5B 2A
Octal 22 12 314 133 137 0 24 362 133 52
Binary 10010 1010 11001100 1011011 1011111 0 10100 11110010 1011011 101010

Color Harmonies of #120ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120ACC

Black with #120ACC

Text Example


Text Example

White with #120ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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