Html Css Color HEX #120CDB Medium Blue

📋 copy color: '#120CDB'

red 18 ◦ green 12 ◦ blue 219

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

Shades of Medium Blue #120CDB

Tints of Medium Blue #120CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.82%

 BLUE value IS 219 (85.94% from 255) = 87.95%

R = 7.23%
G = 4.82%
B = 87.95%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#120CDB (or 0x120CDB) is known color: Medium Blue. HEX triplet: 12, 0C and DB. RGB value is (18,12,219). Sum of RGB (Red+Green+Blue) = 18+12+219=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 219 (85.94% from 255 or 87.95% from 249); Max value from RGB is 219 - color contains mainly: blue. Hex color #120CDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120CDB is #EDF324. Grayscale: #242424. Windows color (decimal): -15594277 or 14355474. OLE color: 14355474.

HSL color Cylindrical-coordinate representation of color #120CDB: hue angle of 241.74º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120CDB is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 12 219 -
CMYK 0.92 0.95 0 0.14
HSL 241.74º 0.9% 0.45% -
HSV(B) 241.74º 0.95% 0.86% -
XYZ 13.17 5.51 67.39 -
YUV 37.39 230.49 114.17 -
System Red Green Blue C M Y K H S L
Decimal 18 12 219 0.92 0.95 0 0.14 241.74 0.9 0.45
Hex 12 C DB 5C 5F 0 E F2 5A 2D
Octal 22 14 333 134 137 0 16 362 132 55
Binary 10010 1100 11011011 1011100 1011111 0 1110 11110010 1011010 101101

Color Harmonies of #120CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120CDB

Black with #120CDB

Text Example


Text Example

White with #120CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,12,219); }

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

background-color css

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

 a { background-color: rgb(18,12,219); }

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

border-color css

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

 span { border-color: rgb(18,12,219); }

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