Html Css Color HEX #220FC6 Medium Blue

📋 copy color: '#220FC6'

red 34 ◦ green 15 ◦ blue 198

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

Shades of Medium Blue #220FC6

Tints of Medium Blue #220FC6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.07%

 BLUE value IS 198 (77.73% from 255) = 80.16%

R = 13.77%
G = 6.07%
B = 80.16%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#220FC6 (or 0x220FC6) is known color: Medium Blue. HEX triplet: 22, 0F and C6. RGB value is (34,15,198). Sum of RGB (Red+Green+Blue) = 34+15+198=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 198 (77.73% from 255 or 80.16% from 247); Max value from RGB is 198 - color contains mainly: blue. Hex color #220FC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220FC6 is #DDF039. Grayscale: #282828. Windows color (decimal): -14544954 or 12980002. OLE color: 12980002.

HSL color Cylindrical-coordinate representation of color #220FC6: hue angle of 246.23º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220FC6 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 34 15 198 -
CMYK 0.83 0.92 0 0.22
HSL 246.23º 0.86% 0.42% -
HSV(B) 246.23º 0.92% 0.78% -
XYZ 11.02 4.76 53.76 -
YUV 41.54 216.29 122.62 -
System Red Green Blue C M Y K H S L
Decimal 34 15 198 0.83 0.92 0 0.22 246.23 0.86 0.42
Hex 22 F C6 53 5C 0 16 F6 56 2A
Octal 42 17 306 123 134 0 26 366 126 52
Binary 100010 1111 11000110 1010011 1011100 0 10110 11110110 1010110 101010

Color Harmonies of #220FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220FC6

Black with #220FC6

Text Example


Text Example

White with #220FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,15,198); }

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

background-color css

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

 a { background-color: rgb(34,15,198); }

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

border-color css

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

 span { border-color: rgb(34,15,198); }

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