Html Css Color HEX #121AEF Blue

📋 copy color: '#121AEF'

red 18 ◦ green 26 ◦ blue 239

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

Shades of Blue #121AEF

Tints of Blue #121AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 84.45%

R = 6.36%
G = 9.19%
B = 84.45%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#121AEF (or 0x121AEF) is known color: Blue. HEX triplet: 12, 1A and EF. RGB value is (18,26,239). Sum of RGB (Red+Green+Blue) = 18+26+239=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 239 (93.75% from 255 or 84.45% from 283); Max value from RGB is 239 - color contains mainly: blue. Hex color #121AEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121AEF is #EDE510. Grayscale: #2F2F2F. Windows color (decimal): -15590673 or 15669778. OLE color: 15669778.

HSL color Cylindrical-coordinate representation of color #121AEF: hue angle of 237.83º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121AEF is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 26 239 -
CMYK 0.92 0.89 0 0.06
HSL 237.83º 0.87% 0.5% -
HSV(B) 237.83º 0.92% 0.94% -
XYZ 16.2 7.1 82.18 -
YUV 47.89 235.85 106.68 -
System Red Green Blue C M Y K H S L
Decimal 18 26 239 0.92 0.89 0 0.06 237.83 0.87 0.5
Hex 12 1A EF 5C 59 0 6 EE 57 32
Octal 22 32 357 134 131 0 6 356 127 62
Binary 10010 11010 11101111 1011100 1011001 0 110 11101110 1010111 110010

Color Harmonies of #121AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121AEF

Black with #121AEF

Text Example


Text Example

White with #121AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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