Html Css Color HEX #120FD2 Medium Blue

📋 copy color: '#120FD2'

red 18 ◦ green 15 ◦ blue 210

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

Shades of Medium Blue #120FD2

Tints of Medium Blue #120FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 86.42%

R = 7.41%
G = 6.17%
B = 86.42%

CMYK

 C value IS 0.91

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#120FD2 (or 0x120FD2) is known color: Medium Blue. HEX triplet: 12, 0F and D2. RGB value is (18,15,210). Sum of RGB (Red+Green+Blue) = 18+15+210=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 210 (82.42% from 255 or 86.42% from 243); Max value from RGB is 210 - color contains mainly: blue. Hex color #120FD2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120FD2 is #EDF02D. Grayscale: #252525. Windows color (decimal): -15593518 or 13766418. OLE color: 13766418.

HSL color Cylindrical-coordinate representation of color #120FD2: hue angle of 240.92º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120FD2 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 15 210 -
CMYK 0.91 0.93 0 0.18
HSL 240.92º 0.87% 0.44% -
HSV(B) 240.92º 0.93% 0.82% -
XYZ 12.05 5.12 61.33 -
YUV 38.13 224.99 113.64 -
System Red Green Blue C M Y K H S L
Decimal 18 15 210 0.91 0.93 0 0.18 240.92 0.87 0.44
Hex 12 F D2 5B 5D 0 12 F1 57 2C
Octal 22 17 322 133 135 0 22 361 127 54
Binary 10010 1111 11010010 1011011 1011101 0 10010 11110001 1010111 101100

Color Harmonies of #120FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120FD2

Black with #120FD2

Text Example


Text Example

White with #120FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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