Html Css Color HEX #120BDE Medium Blue

📋 copy color: '#120BDE'

red 18 ◦ green 11 ◦ blue 222

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

Shades of Medium Blue #120BDE

Tints of Medium Blue #120BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 88.45%

R = 7.17%
G = 4.38%
B = 88.45%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#120BDE (or 0x120BDE) is known color: Medium Blue. HEX triplet: 12, 0B and DE. RGB value is (18,11,222). Sum of RGB (Red+Green+Blue) = 18+11+222=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 222 (87.11% from 255 or 88.45% from 251); Max value from RGB is 222 - color contains mainly: blue. Hex color #120BDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120BDE is #EDF421. Grayscale: #242424. Windows color (decimal): -15594530 or 14551826. OLE color: 14551826.

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

Color convert

RGB 18 11 222 -
CMYK 0.92 0.95 0 0.13
HSL 241.99º 0.91% 0.46% -
HSV(B) 241.99º 0.95% 0.87% -
XYZ 13.55 5.64 69.48 -
YUV 37.15 232.32 114.34 -
System Red Green Blue C M Y K H S L
Decimal 18 11 222 0.92 0.95 0 0.13 241.99 0.91 0.46
Hex 12 B DE 5C 5F 0 D F2 5B 2E
Octal 22 13 336 134 137 0 15 362 133 56
Binary 10010 1011 11011110 1011100 1011111 0 1101 11110010 1011011 101110

Color Harmonies of #120BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120BDE

Black with #120BDE

Text Example


Text Example

White with #120BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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