Html Css Color HEX #121DEE Blue

📋 copy color: '#121DEE'

red 18 ◦ green 29 ◦ blue 238

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

Shades of Blue #121DEE

Tints of Blue #121DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.18%

 BLUE value IS 238 (93.36% from 255) = 83.51%

R = 6.32%
G = 10.18%
B = 83.51%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#121DEE (or 0x121DEE) is known color: Blue. HEX triplet: 12, 1D and EE. RGB value is (18,29,238). Sum of RGB (Red+Green+Blue) = 18+29+238=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 238 (93.36% from 255 or 83.51% from 285); Max value from RGB is 238 - color contains mainly: blue. Hex color #121DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121DEE is #EDE211. Grayscale: #303030. Windows color (decimal): -15589906 or 15605010. OLE color: 15605010.

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

Color convert

RGB 18 29 238 -
CMYK 0.92 0.88 0 0.07
HSL 237º 0.87% 0.5% -
HSV(B) 237º 0.92% 0.93% -
XYZ 16.12 7.18 81.43 -
YUV 49.54 234.36 105.51 -
System Red Green Blue C M Y K H S L
Decimal 18 29 238 0.92 0.88 0 0.07 237 0.87 0.5
Hex 12 1D EE 5C 58 0 7 ED 57 32
Octal 22 35 356 134 130 0 7 355 127 62
Binary 10010 11101 11101110 1011100 1011000 0 111 11101101 1010111 110010

Color Harmonies of #121DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121DEE

Black with #121DEE

Text Example


Text Example

White with #121DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,29,238); }

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

background-color css

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

 a { background-color: rgb(18,29,238); }

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

border-color css

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

 span { border-color: rgb(18,29,238); }

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