Html Css Color HEX #121EE4 Medium Blue

📋 copy color: '#121EE4'

red 18 ◦ green 30 ◦ blue 228

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

Shades of Medium Blue #121EE4

Tints of Medium Blue #121EE4

RGB

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

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

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

R = 6.52%
G = 10.87%
B = 82.61%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#121EE4 (or 0x121EE4) is known color: Medium Blue. HEX triplet: 12, 1E and E4. RGB value is (18,30,228). Sum of RGB (Red+Green+Blue) = 18+30+228=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 228 (89.45% from 255 or 82.61% from 276); Max value from RGB is 228 - color contains mainly: blue. Hex color #121EE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121EE4 is #EDE11B. Grayscale: #303030. Windows color (decimal): -15589660 or 14949906. OLE color: 14949906.

HSL color Cylindrical-coordinate representation of color #121EE4: hue angle of 236.57º 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 #121EE4 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 18 30 228 -
CMYK 0.92 0.87 0 0.11
HSL 236.57º 0.85% 0.48% -
HSV(B) 236.57º 0.92% 0.89% -
XYZ 14.72 6.66 73.91 -
YUV 48.98 229.02 105.9 -
System Red Green Blue C M Y K H S L
Decimal 18 30 228 0.92 0.87 0 0.11 236.57 0.85 0.48
Hex 12 1E E4 5C 57 0 B ED 55 30
Octal 22 36 344 134 127 0 13 355 125 60
Binary 10010 11110 11100100 1011100 1010111 0 1011 11101101 1010101 110000

Color Harmonies of #121EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121EE4

Black with #121EE4

Text Example


Text Example

White with #121EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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