Html Css Color HEX #220FCD Medium Blue

📋 copy color: '#220FCD'

red 34 ◦ green 15 ◦ blue 205

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

Shades of Medium Blue #220FCD

Tints of Medium Blue #220FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 80.71%

R = 13.39%
G = 5.91%
B = 80.71%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#220FCD (or 0x220FCD) is known color: Medium Blue. HEX triplet: 22, 0F and CD. RGB value is (34,15,205). Sum of RGB (Red+Green+Blue) = 34+15+205=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 205 (80.47% from 255 or 80.71% from 254); Max value from RGB is 205 - color contains mainly: blue. Hex color #220FCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220FCD is #DDF032. Grayscale: #292929. Windows color (decimal): -14544947 or 13438754. OLE color: 13438754.

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

Color convert

RGB 34 15 205 -
CMYK 0.83 0.93 0 0.20
HSL 246º 0.86% 0.43% -
HSV(B) 246º 0.93% 0.8% -
XYZ 11.85 5.09 58.12 -
YUV 42.34 219.79 122.05 -
System Red Green Blue C M Y K H S L
Decimal 34 15 205 0.83 0.93 0 0.20 246 0.86 0.43
Hex 22 F CD 53 5D 0 14 F6 56 2B
Octal 42 17 315 123 135 0 24 366 126 53
Binary 100010 1111 11001101 1010011 1011101 0 10100 11110110 1010110 101011

Color Harmonies of #220FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220FCD

Black with #220FCD

Text Example


Text Example

White with #220FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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