Html Css Color HEX #220ABA Medium Blue

📋 copy color: '#220ABA'

red 34 ◦ green 10 ◦ blue 186

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

Shades of Medium Blue #220ABA

Tints of Medium Blue #220ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 80.87%

R = 14.78%
G = 4.35%
B = 80.87%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#220ABA (or 0x220ABA) is known color: Medium Blue. HEX triplet: 22, 0A and BA. RGB value is (34,10,186). Sum of RGB (Red+Green+Blue) = 34+10+186=230 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.78% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 186 (73.05% from 255 or 80.87% from 230); Max value from RGB is 186 - color contains mainly: blue. Hex color #220ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220ABA is #DDF545. Grayscale: #242424. Windows color (decimal): -14546246 or 12192290. OLE color: 12192290.

HSL color Cylindrical-coordinate representation of color #220ABA: hue angle of 248.18º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220ABA is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 34 10 186 -
CMYK 0.82 0.95 0 0.27
HSL 248.18º 0.9% 0.38% -
HSV(B) 248.18º 0.95% 0.73% -
XYZ 9.63 4.1 46.74 -
YUV 37.24 211.95 125.69 -
System Red Green Blue C M Y K H S L
Decimal 34 10 186 0.82 0.95 0 0.27 248.18 0.9 0.38
Hex 22 A BA 52 5F 0 1B F8 5A 26
Octal 42 12 272 122 137 0 33 370 132 46
Binary 100010 1010 10111010 1010010 1011111 0 11011 11111000 1011010 100110

Color Harmonies of #220ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220ABA

Black with #220ABA

Text Example


Text Example

White with #220ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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