Html Css Color HEX #120FCF Medium Blue

📋 copy color: '#120FCF'

red 18 ◦ green 15 ◦ blue 207

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

Shades of Medium Blue #120FCF

Tints of Medium Blue #120FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 86.25%

R = 7.5%
G = 6.25%
B = 86.25%

CMYK

 C value IS 0.91

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#120FCF (or 0x120FCF) is known color: Medium Blue. HEX triplet: 12, 0F and CF. RGB value is (18,15,207). Sum of RGB (Red+Green+Blue) = 18+15+207=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 207 (81.25% from 255 or 86.25% from 240); Max value from RGB is 207 - color contains mainly: blue. Hex color #120FCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120FCF is #EDF030. Grayscale: #252525. Windows color (decimal): -15593521 or 13569810. OLE color: 13569810.

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

Color convert

RGB 18 15 207 -
CMYK 0.91 0.93 0 0.19
HSL 240.94º 0.86% 0.44% -
HSV(B) 240.94º 0.93% 0.81% -
XYZ 11.68 4.98 59.38 -
YUV 37.79 223.49 113.89 -
System Red Green Blue C M Y K H S L
Decimal 18 15 207 0.91 0.93 0 0.19 240.94 0.86 0.44
Hex 12 F CF 5B 5D 0 13 F1 56 2C
Octal 22 17 317 133 135 0 23 361 126 54
Binary 10010 1111 11001111 1011011 1011101 0 10011 11110001 1010110 101100

Color Harmonies of #120FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120FCF

Black with #120FCF

Text Example


Text Example

White with #120FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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