Html Css Color HEX #121CE7 Blue

📋 copy color: '#121CE7'

red 18 ◦ green 28 ◦ blue 231

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

Shades of Blue #121CE7

Tints of Blue #121CE7

RGB

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

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

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

R = 6.5%
G = 10.11%
B = 83.39%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#121CE7 (or 0x121CE7) is known color: Blue. HEX triplet: 12, 1C and E7. RGB value is (18,28,231). Sum of RGB (Red+Green+Blue) = 18+28+231=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 231 (90.62% from 255 or 83.39% from 277); Max value from RGB is 231 - color contains mainly: blue. Hex color #121CE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121CE7 is #EDE318. Grayscale: #2F2F2F. Windows color (decimal): -15590169 or 15146002. OLE color: 15146002.

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

Color convert

RGB 18 28 231 -
CMYK 0.92 0.88 0 0.09
HSL 237.18º 0.86% 0.49% -
HSV(B) 237.18º 0.92% 0.91% -
XYZ 15.09 6.73 76.1 -
YUV 48.15 231.19 106.49 -
System Red Green Blue C M Y K H S L
Decimal 18 28 231 0.92 0.88 0 0.09 237.18 0.86 0.49
Hex 12 1C E7 5C 58 0 9 ED 56 31
Octal 22 34 347 134 130 0 11 355 126 61
Binary 10010 11100 11100111 1011100 1011000 0 1001 11101101 1010110 110001

Color Harmonies of #121CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121CE7

Black with #121CE7

Text Example


Text Example

White with #121CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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