Html Css Color HEX #220ACC Medium Blue

📋 copy color: '#220ACC'

red 34 ◦ green 10 ◦ blue 204

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

Shades of Medium Blue #220ACC

Tints of Medium Blue #220ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.03%

 BLUE value IS 204 (80.08% from 255) = 82.26%

R = 13.71%
G = 4.03%
B = 82.26%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#220ACC (or 0x220ACC) is known color: Medium Blue. HEX triplet: 22, 0A and CC. RGB value is (34,10,204). Sum of RGB (Red+Green+Blue) = 34+10+204=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 204 (80.08% from 255 or 82.26% from 248); Max value from RGB is 204 - color contains mainly: blue. Hex color #220ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220ACC is #DDF533. Grayscale: #262626. Windows color (decimal): -14546228 or 13371938. OLE color: 13371938.

HSL color Cylindrical-coordinate representation of color #220ACC: hue angle of 247.42º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220ACC is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 34 10 204 -
CMYK 0.83 0.95 0 0.2
HSL 247.42º 0.91% 0.42% -
HSV(B) 247.42º 0.95% 0.8% -
XYZ 11.67 4.92 57.46 -
YUV 39.29 220.95 124.23 -
System Red Green Blue C M Y K H S L
Decimal 34 10 204 0.83 0.95 0 0.2 247.42 0.91 0.42
Hex 22 A CC 53 5F 0 14 F7 5B 2A
Octal 42 12 314 123 137 0 24 367 133 52
Binary 100010 1010 11001100 1010011 1011111 0 10100 11110111 1011011 101010

Color Harmonies of #220ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220ACC

Black with #220ACC

Text Example


Text Example

White with #220ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220ACC; }

 p { color: rgb(34,10,204); }

 H1.HeaderClassName
 {
   color: #220ACC;
 }
 .AnyTagClassName
 {
   color: #220ACC;
 }
</style>

background-color css

<style>
 a { background-color: #220ACC; }

 a { background-color: rgb(34,10,204); }

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

border-color css

<style>
 span { border-color: #220ACC; }

 span { border-color: rgb(34,10,204); }

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