#2114CE

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

Shades of Medium Blue #2114CE

Tints of Medium Blue #2114CE

Color information

#2114CE (or 0x2114CE) is unknown color: approx Medium Blue. HEX triplet: 21, 14 and CE. RGB value is (33,20,206). Sum of RGB (Red+Green+Blue) = 33+20+206=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 206 (80.86% from 255 or 79.54% from 259); Max value from RGB is 206 - color contains mainly: blue. Hex color #2114CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2114CE is #DEEB31. Grayscale: #2C2C2C. Windows color (decimal): -14609202 or 13505569. OLE color: 13505569.

HSL color Cylindrical-coordinate representation of color #2114CE: hue angle of 244.19º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2114CE is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3320206-
CMYK0.840.9000.19
HSL244.19º82.3%44.31%-
HSV(B)244.19º90.29%80.78%-
XYZ12.025.2858.78-
YUV45.09218.81119.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.74%
GREEN value IS 20 (8.20% from 255) = 7.72%
BLUE value IS 206 (80.86% from 255) = 79.54%
R=12.74%
G=7.72%
B=79.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal33202060.840.9000.19244.1982.344.31
Hex2114CE545A013f4522c
Octal412431612413202336412254
Binary100001101001100111010101001011010010011111101001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2114CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2114CE; }

 p { color: rgb(33,20,206); }

 H1.HeaderClassName
 {
   color: #2114CE;
 }
 .AnyTagClassName
 {
   color: #2114CE;
 }
</style>
background-color css

<style>
 a { background-color: #2114CE; }

 a { background-color: rgb(33,20,206); }

 div.DivClassName
 {
   background-color: #2114CE;
 }
 .BgClassName
 {
   background-color: #2114CE;
 }
</style>
border-color css

<style>
 span { border-color: #2114CE; }

 span { border-color: rgb(33,20,206); }

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