Html Css Color HEX #120FE0 Medium Blue

📋 copy color: '#120FE0'

red 18 ◦ green 15 ◦ blue 224

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

Shades of Medium Blue #120FE0

Tints of Medium Blue #120FE0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.84%

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

R = 7%
G = 5.84%
B = 87.16%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#120FE0 (or 0x120FE0) is known color: Medium Blue. HEX triplet: 12, 0F and E0. RGB value is (18,15,224). Sum of RGB (Red+Green+Blue) = 18+15+224=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 224 (87.89% from 255 or 87.16% from 257); Max value from RGB is 224 - color contains mainly: blue. Hex color #120FE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120FE0 is #EDF01F. Grayscale: #262626. Windows color (decimal): -15593504 or 14683922. OLE color: 14683922.

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

Color convert

RGB 18 15 224 -
CMYK 0.92 0.93 0 0.12
HSL 240.86º 0.87% 0.47% -
HSV(B) 240.86º 0.93% 0.88% -
XYZ 13.87 5.85 70.92 -
YUV 39.72 231.99 112.51 -
System Red Green Blue C M Y K H S L
Decimal 18 15 224 0.92 0.93 0 0.12 240.86 0.87 0.47
Hex 12 F E0 5C 5D 0 C F1 57 2F
Octal 22 17 340 134 135 0 14 361 127 57
Binary 10010 1111 11100000 1011100 1011101 0 1100 11110001 1010111 101111

Color Harmonies of #120FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120FE0

Black with #120FE0

Text Example


Text Example

White with #120FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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