Html Css Color HEX #121ECF Medium Blue

📋 copy color: '#121ECF'

red 18 ◦ green 30 ◦ blue 207

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

Shades of Medium Blue #121ECF

Tints of Medium Blue #121ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.76%

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

R = 7.06%
G = 11.76%
B = 81.18%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#121ECF (or 0x121ECF) is known color: Medium Blue. HEX triplet: 12, 1E and CF. RGB value is (18,30,207). Sum of RGB (Red+Green+Blue) = 18+30+207=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 207 (81.25% from 255 or 81.18% from 255); Max value from RGB is 207 - color contains mainly: blue. Hex color #121ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121ECF is #EDE130. Grayscale: #2D2D2D. Windows color (decimal): -15589681 or 13573650. OLE color: 13573650.

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

Color convert

RGB 18 30 207 -
CMYK 0.91 0.86 0 0.19
HSL 236.19º 0.84% 0.44% -
HSV(B) 236.19º 0.91% 0.81% -
XYZ 11.98 5.56 59.47 -
YUV 46.59 218.52 107.61 -
System Red Green Blue C M Y K H S L
Decimal 18 30 207 0.91 0.86 0 0.19 236.19 0.84 0.44
Hex 12 1E CF 5B 56 0 13 EC 54 2C
Octal 22 36 317 133 126 0 23 354 124 54
Binary 10010 11110 11001111 1011011 1010110 0 10011 11101100 1010100 101100

Color Harmonies of #121ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121ECF

Black with #121ECF

Text Example


Text Example

White with #121ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121ECF; }

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

 H1.HeaderClassName
 {
   color: #121ECF;
 }
 .AnyTagClassName
 {
   color: #121ECF;
 }
</style>

background-color css

<style>
 a { background-color: #121ECF; }

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

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

border-color css

<style>
 span { border-color: #121ECF; }

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

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