#2214db

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

Shades of Medium Blue #2214DB

Tints of Medium Blue #2214DB

Color information

#2214DB (or 0x2214DB) is unknown color: approx Medium Blue. HEX triplet: 22, 14 and DB. RGB value is (34,20,219). Sum of RGB (Red+Green+Blue) = 34+20+219=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #2214DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2214DB is #DDEB24. Grayscale: #2E2E2E. Windows color (decimal): -14543653 or 14357538. OLE color: 14357538.

HSL color Cylindrical-coordinate representation of color #2214DB: hue angle of 244.22º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2214DB is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3420219-
CMYK0.840.9100.14
HSL244.22º83.26%46.86%-
HSV(B)244.22º90.87%85.88%-
XYZ13.75.9567.45-
YUV46.87225.14118.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.45%
GREEN value IS 20 (8.20% from 255) = 7.33%
BLUE value IS 219 (85.94% from 255) = 80.22%
R=12.45%
G=7.33%
B=80.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal34202190.840.9100.14244.2283.2646.86
Hex2214DB545B0Ef4532f
Octal422433312413301636412357
Binary10001010100110110111010100101101101110111101001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2214db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2214db; }

 p { color: rgb(34,20,219); }

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

<style>
 a { background-color: #2214db; }

 a { background-color: rgb(34,20,219); }

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

<style>
 span { border-color: #2214db; }

 span { border-color: rgb(34,20,219); }

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