Html Css Color HEX #120DCF Medium Blue

📋 copy color: '#120DCF'

red 18 ◦ green 13 ◦ blue 207

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

Shades of Medium Blue #120DCF

Tints of Medium Blue #120DCF

RGB

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

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

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

R = 7.56%
G = 5.46%
B = 86.97%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#120DCF (or 0x120DCF) is known color: Medium Blue. HEX triplet: 12, 0D and CF. RGB value is (18,13,207). Sum of RGB (Red+Green+Blue) = 18+13+207=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 207 (81.25% from 255 or 86.97% from 238); Max value from RGB is 207 - color contains mainly: blue. Hex color #120DCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120DCF is #EDF230. Grayscale: #232323. Windows color (decimal): -15594033 or 13569298. OLE color: 13569298.

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

Color convert

RGB 18 13 207 -
CMYK 0.91 0.94 0 0.19
HSL 241.55º 0.88% 0.43% -
HSV(B) 241.55º 0.94% 0.81% -
XYZ 11.66 4.92 59.37 -
YUV 36.61 224.16 114.73 -
System Red Green Blue C M Y K H S L
Decimal 18 13 207 0.91 0.94 0 0.19 241.55 0.88 0.43
Hex 12 D CF 5B 5E 0 13 F2 58 2B
Octal 22 15 317 133 136 0 23 362 130 53
Binary 10010 1101 11001111 1011011 1011110 0 10011 11110010 1011000 101011

Color Harmonies of #120DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120DCF

Black with #120DCF

Text Example


Text Example

White with #120DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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