Html Css Color HEX #120FD8 Medium Blue

📋 copy color: '#120FD8'

red 18 ◦ green 15 ◦ blue 216

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

Shades of Medium Blue #120FD8

Tints of Medium Blue #120FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 86.75%

R = 7.23%
G = 6.02%
B = 86.75%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#120FD8 (or 0x120FD8) is known color: Medium Blue. HEX triplet: 12, 0F and D8. RGB value is (18,15,216). Sum of RGB (Red+Green+Blue) = 18+15+216=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 216 (84.77% from 255 or 86.75% from 249); Max value from RGB is 216 - color contains mainly: blue. Hex color #120FD8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120FD8 is #EDF027. Grayscale: #262626. Windows color (decimal): -15593512 or 14159634. OLE color: 14159634.

HSL color Cylindrical-coordinate representation of color #120FD8: hue angle of 240.9º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120FD8 is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 15 216 -
CMYK 0.92 0.93 0 0.15
HSL 240.9º 0.87% 0.45% -
HSV(B) 240.9º 0.93% 0.85% -
XYZ 12.81 5.43 65.34 -
YUV 38.81 227.99 113.16 -
System Red Green Blue C M Y K H S L
Decimal 18 15 216 0.92 0.93 0 0.15 240.9 0.87 0.45
Hex 12 F D8 5C 5D 0 F F1 57 2D
Octal 22 17 330 134 135 0 17 361 127 55
Binary 10010 1111 11011000 1011100 1011101 0 1111 11110001 1010111 101101

Color Harmonies of #120FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120FD8

Black with #120FD8

Text Example


Text Example

White with #120FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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