Html Css Color HEX #121AE5 Medium Blue

📋 copy color: '#121AE5'

red 18 ◦ green 26 ◦ blue 229

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

Shades of Medium Blue #121AE5

Tints of Medium Blue #121AE5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.52%

 BLUE value IS 229 (89.84% from 255) = 83.88%

R = 6.59%
G = 9.52%
B = 83.88%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#121AE5 (or 0x121AE5) is known color: Medium Blue. HEX triplet: 12, 1A and E5. RGB value is (18,26,229). Sum of RGB (Red+Green+Blue) = 18+26+229=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 229 (89.84% from 255 or 83.88% from 273); Max value from RGB is 229 - color contains mainly: blue. Hex color #121AE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121AE5 is #EDE51A. Grayscale: #2D2D2D. Windows color (decimal): -15590683 or 15014418. OLE color: 15014418.

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

Color convert

RGB 18 26 229 -
CMYK 0.92 0.89 0 0.10
HSL 237.73º 0.85% 0.48% -
HSV(B) 237.73º 0.92% 0.9% -
XYZ 14.76 6.52 74.61 -
YUV 46.75 230.85 107.49 -
System Red Green Blue C M Y K H S L
Decimal 18 26 229 0.92 0.89 0 0.10 237.73 0.85 0.48
Hex 12 1A E5 5C 59 0 A EE 55 30
Octal 22 32 345 134 131 0 12 356 125 60
Binary 10010 11010 11100101 1011100 1011001 0 1010 11101110 1010101 110000

Color Harmonies of #121AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121AE5

Black with #121AE5

Text Example


Text Example

White with #121AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,26,229); }

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

background-color css

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

 a { background-color: rgb(18,26,229); }

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

border-color css

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

 span { border-color: rgb(18,26,229); }

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