Html Css Color HEX #121EEB Blue

📋 copy color: '#121EEB'

red 18 ◦ green 30 ◦ blue 235

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

Shades of Blue #121EEB

Tints of Blue #121EEB

RGB

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

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

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

R = 6.36%
G = 10.6%
B = 83.04%

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

#121EEB (or 0x121EEB) is known color: Blue. HEX triplet: 12, 1E and EB. RGB value is (18,30,235). Sum of RGB (Red+Green+Blue) = 18+30+235=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 235 (92.19% from 255 or 83.04% from 283); Max value from RGB is 235 - color contains mainly: blue. Hex color #121EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121EEB is #EDE114. Grayscale: #303030. Windows color (decimal): -15589653 or 15408658. OLE color: 15408658.

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

Color convert

RGB 18 30 235 -
CMYK 0.92 0.87 0 0.08
HSL 236.68º 0.86% 0.5% -
HSV(B) 236.68º 0.92% 0.92% -
XYZ 15.71 7.06 79.13 -
YUV 49.78 232.52 105.33 -
System Red Green Blue C M Y K H S L
Decimal 18 30 235 0.92 0.87 0 0.08 236.68 0.86 0.5
Hex 12 1E EB 5C 57 0 8 ED 56 32
Octal 22 36 353 134 127 0 10 355 126 62
Binary 10010 11110 11101011 1011100 1010111 0 1000 11101101 1010110 110010

Color Harmonies of #121EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121EEB

Black with #121EEB

Text Example


Text Example

White with #121EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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