#121DEE

Color #121DEE Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #121DEE

Tints of Blue #121DEE

Color information

#121DEE (or 0x121DEE) is unknown color: approx 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

RGB1829238-
CMYK0.920.8800.07
HSL237º86.61%50.2%-
HSV(B)237º92.44%93.33%-
XYZ16.127.1881.43-
YUV49.54234.36105.51-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal18292380.920.8800.0723786.6150.2
Hex121DEE5C5807ed5732
Octal22353561341300735512762
Binary100101110111101110101110010110000111111011011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>