Html Css Color HEX #220BE5 Medium Blue

📋 copy color: '#220BE5'

red 34 ◦ green 11 ◦ blue 229

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

Shades of Medium Blue #220BE5

Tints of Medium Blue #220BE5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.01%

 BLUE value IS 229 (89.84% from 255) = 83.58%

R = 12.41%
G = 4.01%
B = 83.58%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#220BE5 (or 0x220BE5) is known color: Medium Blue. HEX triplet: 22, 0B and E5. RGB value is (34,11,229). Sum of RGB (Red+Green+Blue) = 34+11+229=274 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.41% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 229 (89.84% from 255 or 83.58% from 274); Max value from RGB is 229 - color contains mainly: blue. Hex color #220BE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220BE5 is #DDF41A. Grayscale: #292929. Windows color (decimal): -14545947 or 15010594. OLE color: 15010594.

HSL color Cylindrical-coordinate representation of color #220BE5: hue angle of 246.33º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220BE5 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 34 11 229 -
CMYK 0.85 0.95 0 0.10
HSL 246.33º 0.91% 0.47% -
HSV(B) 246.33º 0.95% 0.9% -
XYZ 14.92 6.24 74.55 -
YUV 42.73 233.12 121.77 -
System Red Green Blue C M Y K H S L
Decimal 34 11 229 0.85 0.95 0 0.10 246.33 0.91 0.47
Hex 22 B E5 55 5F 0 A F6 5B 2F
Octal 42 13 345 125 137 0 12 366 133 57
Binary 100010 1011 11100101 1010101 1011111 0 1010 11110110 1011011 101111

Color Harmonies of #220BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220BE5

Black with #220BE5

Text Example


Text Example

White with #220BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,11,229); }

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

background-color css

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

 a { background-color: rgb(34,11,229); }

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

border-color css

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

 span { border-color: rgb(34,11,229); }

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