Html Css Color HEX #220ABB Medium Blue

📋 copy color: '#220ABB'

red 34 ◦ green 10 ◦ blue 187

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

Shades of Medium Blue #220ABB

Tints of Medium Blue #220ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 80.95%

R = 14.72%
G = 4.33%
B = 80.95%

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

#220ABB (or 0x220ABB) is known color: Medium Blue. HEX triplet: 22, 0A and BB. RGB value is (34,10,187). Sum of RGB (Red+Green+Blue) = 34+10+187=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 187 (73.44% from 255 or 80.95% from 231); Max value from RGB is 187 - color contains mainly: blue. Hex color #220ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220ABB is #DDF544. Grayscale: #242424. Windows color (decimal): -14546245 or 12257826. OLE color: 12257826.

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

Color convert

RGB 34 10 187 -
CMYK 0.82 0.95 0 0.27
HSL 248.14º 0.9% 0.39% -
HSV(B) 248.14º 0.95% 0.73% -
XYZ 9.74 4.15 47.3 -
YUV 37.35 212.45 125.61 -
System Red Green Blue C M Y K H S L
Decimal 34 10 187 0.82 0.95 0 0.27 248.14 0.9 0.39
Hex 22 A BB 52 5F 0 1B F8 5A 27
Octal 42 12 273 122 137 0 33 370 132 47
Binary 100010 1010 10111011 1010010 1011111 0 11011 11111000 1011010 100111

Color Harmonies of #220ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220ABB

Black with #220ABB

Text Example


Text Example

White with #220ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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