#2205DA

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

Shades of Medium Blue #2205DA

Tints of Medium Blue #2205DA

Color information

#2205DA (or 0x2205DA) is unknown color: approx Medium Blue. HEX triplet: 22, 05 and DA. RGB value is (34,5,218). Sum of RGB (Red+Green+Blue) = 34+5+218=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 218 (85.55% from 255 or 84.82% from 257); Max value from RGB is 218 - color contains mainly: blue. Hex color #2205DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2205DA is #DDFA25. Grayscale: #252525. Windows color (decimal): -14547494 or 14288162. OLE color: 14288162.

HSL color Cylindrical-coordinate representation of color #2205DA: hue angle of 248.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2205DA is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB345218-
CMYK0.840.9800.15
HSL248.17º95.52%43.73%-
HSV(B)248.17º97.71%85.49%-
XYZ13.375.5166.69-
YUV37.95229.61125.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.23%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 218 (85.55% from 255) = 84.82%
R=13.23%
G=1.95%
B=84.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal3452180.840.9800.15248.1795.5243.73
Hex225DA54620Ff8602c
Octal42533212414201737014054
Binary100010101110110101010100110001001111111110001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2205DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2205DA; }

 p { color: rgb(34,5,218); }

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

<style>
 a { background-color: #2205DA; }

 a { background-color: rgb(34,5,218); }

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

<style>
 span { border-color: #2205DA; }

 span { border-color: rgb(34,5,218); }

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