Html Css Color HEX #220CCB Medium Blue

📋 copy color: '#220CCB'

red 34 ◦ green 12 ◦ blue 203

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

Shades of Medium Blue #220CCB

Tints of Medium Blue #220CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 81.53%

R = 13.65%
G = 4.82%
B = 81.53%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#220CCB (or 0x220CCB) is known color: Medium Blue. HEX triplet: 22, 0C and CB. RGB value is (34,12,203). Sum of RGB (Red+Green+Blue) = 34+12+203=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 203 (79.69% from 255 or 81.53% from 249); Max value from RGB is 203 - color contains mainly: blue. Hex color #220CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220CCB is #DDF334. Grayscale: #272727. Windows color (decimal): -14545717 or 13306914. OLE color: 13306914.

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

Color convert

RGB 34 12 203 -
CMYK 0.83 0.94 0 0.20
HSL 246.91º 0.89% 0.42% -
HSV(B) 246.91º 0.94% 0.8% -
XYZ 11.57 4.91 56.84 -
YUV 40.35 219.79 123.47 -
System Red Green Blue C M Y K H S L
Decimal 34 12 203 0.83 0.94 0 0.20 246.91 0.89 0.42
Hex 22 C CB 53 5E 0 14 F7 59 2A
Octal 42 14 313 123 136 0 24 367 131 52
Binary 100010 1100 11001011 1010011 1011110 0 10100 11110111 1011001 101010

Color Harmonies of #220CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220CCB

Black with #220CCB

Text Example


Text Example

White with #220CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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