Html Css Color HEX #220CB9 Medium Blue

📋 copy color: '#220CB9'

red 34 ◦ green 12 ◦ blue 185

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

Shades of Medium Blue #220CB9

Tints of Medium Blue #220CB9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.19%

 BLUE value IS 185 (72.66% from 255) = 80.09%

R = 14.72%
G = 5.19%
B = 80.09%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#220CB9 (or 0x220CB9) is known color: Medium Blue. HEX triplet: 22, 0C and B9. RGB value is (34,12,185). Sum of RGB (Red+Green+Blue) = 34+12+185=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 185 (72.66% from 255 or 80.09% from 231); Max value from RGB is 185 - color contains mainly: blue. Hex color #220CB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220CB9 is #DDF346. Grayscale: #252525. Windows color (decimal): -14545735 or 12127266. OLE color: 12127266.

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

Color convert

RGB 34 12 185 -
CMYK 0.82 0.94 0 0.27
HSL 247.63º 0.88% 0.39% -
HSV(B) 247.63º 0.94% 0.73% -
XYZ 9.55 4.11 46.19 -
YUV 38.3 210.79 124.93 -
System Red Green Blue C M Y K H S L
Decimal 34 12 185 0.82 0.94 0 0.27 247.63 0.88 0.39
Hex 22 C B9 52 5E 0 1B F8 58 27
Octal 42 14 271 122 136 0 33 370 130 47
Binary 100010 1100 10111001 1010010 1011110 0 11011 11111000 1011000 100111

Color Harmonies of #220CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220CB9

Black with #220CB9

Text Example


Text Example

White with #220CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,12,185); }

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

background-color css

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

 a { background-color: rgb(34,12,185); }

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

border-color css

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

 span { border-color: rgb(34,12,185); }

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