Html Css Color HEX #121CE4 Medium Blue

📋 copy color: '#121CE4'

red 18 ◦ green 28 ◦ blue 228

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

Shades of Medium Blue #121CE4

Tints of Medium Blue #121CE4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.22%

 BLUE value IS 228 (89.45% from 255) = 83.21%

R = 6.57%
G = 10.22%
B = 83.21%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#121CE4 (or 0x121CE4) is known color: Medium Blue. HEX triplet: 12, 1C and E4. RGB value is (18,28,228). Sum of RGB (Red+Green+Blue) = 18+28+228=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 228 (89.45% from 255 or 83.21% from 274); Max value from RGB is 228 - color contains mainly: blue. Hex color #121CE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121CE4 is #EDE31B. Grayscale: #2F2F2F. Windows color (decimal): -15590172 or 14949394. OLE color: 14949394.

HSL color Cylindrical-coordinate representation of color #121CE4: hue angle of 237.14º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121CE4 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 18 28 228 -
CMYK 0.92 0.88 0 0.11
HSL 237.14º 0.85% 0.48% -
HSV(B) 237.14º 0.92% 0.89% -
XYZ 14.67 6.56 73.89 -
YUV 47.81 229.69 106.74 -
System Red Green Blue C M Y K H S L
Decimal 18 28 228 0.92 0.88 0 0.11 237.14 0.85 0.48
Hex 12 1C E4 5C 58 0 B ED 55 30
Octal 22 34 344 134 130 0 13 355 125 60
Binary 10010 11100 11100100 1011100 1011000 0 1011 11101101 1010101 110000

Color Harmonies of #121CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121CE4

Black with #121CE4

Text Example


Text Example

White with #121CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,28,228); }

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

background-color css

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

 a { background-color: rgb(18,28,228); }

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

border-color css

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

 span { border-color: rgb(18,28,228); }

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