Html Css Color HEX #120BE0 Medium Blue

📋 copy color: '#120BE0'

red 18 ◦ green 11 ◦ blue 224

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

Shades of Medium Blue #120BE0

Tints of Medium Blue #120BE0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.35%

 BLUE value IS 224 (87.89% from 255) = 88.54%

R = 7.11%
G = 4.35%
B = 88.54%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#120BE0 (or 0x120BE0) is known color: Medium Blue. HEX triplet: 12, 0B and E0. RGB value is (18,11,224). Sum of RGB (Red+Green+Blue) = 18+11+224=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 224 (87.89% from 255 or 88.54% from 253); Max value from RGB is 224 - color contains mainly: blue. Hex color #120BE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120BE0 is #EDF41F. Grayscale: #242424. Windows color (decimal): -15594528 or 14682898. OLE color: 14682898.

HSL color Cylindrical-coordinate representation of color #120BE0: hue angle of 241.97º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120BE0 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 18 11 224 -
CMYK 0.92 0.95 0 0.12
HSL 241.97º 0.91% 0.46% -
HSV(B) 241.97º 0.95% 0.88% -
XYZ 13.82 5.75 70.9 -
YUV 37.38 233.32 114.18 -
System Red Green Blue C M Y K H S L
Decimal 18 11 224 0.92 0.95 0 0.12 241.97 0.91 0.46
Hex 12 B E0 5C 5F 0 C F2 5B 2E
Octal 22 13 340 134 137 0 14 362 133 56
Binary 10010 1011 11100000 1011100 1011111 0 1100 11110010 1011011 101110

Color Harmonies of #120BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120BE0

Black with #120BE0

Text Example


Text Example

White with #120BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,11,224); }

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

background-color css

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

 a { background-color: rgb(18,11,224); }

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

border-color css

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

 span { border-color: rgb(18,11,224); }

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