Html Css Color HEX #121FEB Blue

📋 copy color: '#121FEB'

red 18 ◦ green 31 ◦ blue 235

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

Shades of Blue #121FEB

Tints of Blue #121FEB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.92%

 BLUE value IS 235 (92.19% from 255) = 82.75%

R = 6.34%
G = 10.92%
B = 82.75%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#121FEB (or 0x121FEB) is known color: Blue. HEX triplet: 12, 1F and EB. RGB value is (18,31,235). Sum of RGB (Red+Green+Blue) = 18+31+235=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 235 (92.19% from 255 or 82.75% from 284); Max value from RGB is 235 - color contains mainly: blue. Hex color #121FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121FEB is #EDE014. Grayscale: #313131. Windows color (decimal): -15589397 or 15408914. OLE color: 15408914.

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

Color convert

RGB 18 31 235 -
CMYK 0.92 0.87 0 0.08
HSL 236.41º 0.86% 0.5% -
HSV(B) 236.41º 0.92% 0.92% -
XYZ 15.73 7.11 79.14 -
YUV 50.37 232.19 104.91 -
System Red Green Blue C M Y K H S L
Decimal 18 31 235 0.92 0.87 0 0.08 236.41 0.86 0.5
Hex 12 1F EB 5C 57 0 8 EC 56 32
Octal 22 37 353 134 127 0 10 354 126 62
Binary 10010 11111 11101011 1011100 1010111 0 1000 11101100 1010110 110010

Color Harmonies of #121FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FEB

Black with #121FEB

Text Example


Text Example

White with #121FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,31,235); }

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

background-color css

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

 a { background-color: rgb(18,31,235); }

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

border-color css

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

 span { border-color: rgb(18,31,235); }

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