Html Css Color HEX #121EE7 Blue

📋 copy color: '#121EE7'

red 18 ◦ green 30 ◦ blue 231

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

Shades of Blue #121EE7

Tints of Blue #121EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 82.8%

R = 6.45%
G = 10.75%
B = 82.8%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#121EE7 (or 0x121EE7) is known color: Blue. HEX triplet: 12, 1E and E7. RGB value is (18,30,231). Sum of RGB (Red+Green+Blue) = 18+30+231=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 231 (90.62% from 255 or 82.80% from 279); Max value from RGB is 231 - color contains mainly: blue. Hex color #121EE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121EE7 is #EDE118. Grayscale: #303030. Windows color (decimal): -15589657 or 15146514. OLE color: 15146514.

HSL color Cylindrical-coordinate representation of color #121EE7: hue angle of 236.62º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121EE7 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 18 30 231 -
CMYK 0.92 0.87 0 0.09
HSL 236.62º 0.86% 0.49% -
HSV(B) 236.62º 0.92% 0.91% -
XYZ 15.14 6.83 76.12 -
YUV 49.33 230.52 105.66 -
System Red Green Blue C M Y K H S L
Decimal 18 30 231 0.92 0.87 0 0.09 236.62 0.86 0.49
Hex 12 1E E7 5C 57 0 9 ED 56 31
Octal 22 36 347 134 127 0 11 355 126 61
Binary 10010 11110 11100111 1011100 1010111 0 1001 11101101 1010110 110001

Color Harmonies of #121EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121EE7

Black with #121EE7

Text Example


Text Example

White with #121EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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