Html Css Color HEX #120DD5 Medium Blue

📋 copy color: '#120DD5'

red 18 ◦ green 13 ◦ blue 213

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

Shades of Medium Blue #120DD5

Tints of Medium Blue #120DD5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.33%

 BLUE value IS 213 (83.59% from 255) = 87.3%

R = 7.38%
G = 5.33%
B = 87.3%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#120DD5 (or 0x120DD5) is known color: Medium Blue. HEX triplet: 12, 0D and D5. RGB value is (18,13,213). Sum of RGB (Red+Green+Blue) = 18+13+213=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 213 (83.59% from 255 or 87.30% from 244); Max value from RGB is 213 - color contains mainly: blue. Hex color #120DD5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120DD5 is #EDF22A. Grayscale: #242424. Windows color (decimal): -15594027 or 13962514. OLE color: 13962514.

HSL color Cylindrical-coordinate representation of color #120DD5: hue angle of 241.5º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120DD5 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 13 213 -
CMYK 0.92 0.94 0 0.16
HSL 241.5º 0.88% 0.44% -
HSV(B) 241.5º 0.94% 0.84% -
XYZ 12.4 5.22 63.3 -
YUV 37.3 227.16 114.24 -
System Red Green Blue C M Y K H S L
Decimal 18 13 213 0.92 0.94 0 0.16 241.5 0.88 0.44
Hex 12 D D5 5C 5E 0 10 F2 58 2C
Octal 22 15 325 134 136 0 20 362 130 54
Binary 10010 1101 11010101 1011100 1011110 0 10000 11110010 1011000 101100

Color Harmonies of #120DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120DD5

Black with #120DD5

Text Example


Text Example

White with #120DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,13,213); }

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

background-color css

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

 a { background-color: rgb(18,13,213); }

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

border-color css

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

 span { border-color: rgb(18,13,213); }

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