Html Css Color HEX #120FDF Medium Blue

📋 copy color: '#120FDF'

red 18 ◦ green 15 ◦ blue 223

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

Shades of Medium Blue #120FDF

Tints of Medium Blue #120FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 87.11%

R = 7.03%
G = 5.86%
B = 87.11%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#120FDF (or 0x120FDF) is known color: Medium Blue. HEX triplet: 12, 0F and DF. RGB value is (18,15,223). Sum of RGB (Red+Green+Blue) = 18+15+223=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 223 (87.5% from 255 or 87.11% from 256); Max value from RGB is 223 - color contains mainly: blue. Hex color #120FDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120FDF is #EDF020. Grayscale: #262626. Windows color (decimal): -15593505 or 14618386. OLE color: 14618386.

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

Color convert

RGB 18 15 223 -
CMYK 0.92 0.93 0 0.13
HSL 240.87º 0.87% 0.47% -
HSV(B) 240.87º 0.93% 0.87% -
XYZ 13.74 5.8 70.21 -
YUV 39.61 231.49 112.59 -
System Red Green Blue C M Y K H S L
Decimal 18 15 223 0.92 0.93 0 0.13 240.87 0.87 0.47
Hex 12 F DF 5C 5D 0 D F1 57 2F
Octal 22 17 337 134 135 0 15 361 127 57
Binary 10010 1111 11011111 1011100 1011101 0 1101 11110001 1010111 101111

Color Harmonies of #120FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120FDF

Black with #120FDF

Text Example


Text Example

White with #120FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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