Html Css Color HEX #2218DD Medium Blue

📋 copy color: '#2218DD'

red 34 ◦ green 24 ◦ blue 221

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

Shades of Medium Blue #2218DD

Tints of Medium Blue #2218DD

RGB

 RED value IS 34 (13.67% from 255) = 12.19%

 GREEN value IS 24 (9.77% from 255) = 8.6%

 BLUE value IS 221 (86.72% from 255) = 79.21%

R = 12.19%
G = 8.6%
B = 79.21%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2218DD (or 0x2218DD) is known color: Medium Blue. HEX triplet: 22, 18 and DD. RGB value is (34,24,221). Sum of RGB (Red+Green+Blue) = 34+24+221=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 221 (86.72% from 255 or 79.21% from 279); Max value from RGB is 221 - color contains mainly: blue. Hex color #2218DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2218DD is #DDE722. Grayscale: #303030. Windows color (decimal): -14542627 or 14489634. OLE color: 14489634.

HSL color Cylindrical-coordinate representation of color #2218DD: hue angle of 243.05º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2218DD is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 24 221 -
CMYK 0.85 0.89 0 0.13
HSL 243.05º 0.8% 0.48% -
HSV(B) 243.05º 0.89% 0.87% -
XYZ 14.04 6.21 68.87 -
YUV 49.45 224.81 116.98 -
System Red Green Blue C M Y K H S L
Decimal 34 24 221 0.85 0.89 0 0.13 243.05 0.8 0.48
Hex 22 18 DD 55 59 0 D F3 50 30
Octal 42 30 335 125 131 0 15 363 120 60
Binary 100010 11000 11011101 1010101 1011001 0 1101 11110011 1010000 110000

Color Harmonies of #2218DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2218DD

Black with #2218DD

Text Example


Text Example

White with #2218DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2218DD; }

 p { color: rgb(34,24,221); }

 H1.HeaderClassName
 {
   color: #2218DD;
 }
 .AnyTagClassName
 {
   color: #2218DD;
 }
</style>

background-color css

<style>
 a { background-color: #2218DD; }

 a { background-color: rgb(34,24,221); }

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

border-color css

<style>
 span { border-color: #2218DD; }

 span { border-color: rgb(34,24,221); }

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