Html Css Color HEX #220FDD Medium Blue

📋 copy color: '#220FDD'

red 34 ◦ green 15 ◦ blue 221

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

Shades of Medium Blue #220FDD

Tints of Medium Blue #220FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 81.85%

R = 12.59%
G = 5.56%
B = 81.85%

CMYK

 C value IS 0.85

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#220FDD (or 0x220FDD) is known color: Medium Blue. HEX triplet: 22, 0F and DD. RGB value is (34,15,221). Sum of RGB (Red+Green+Blue) = 34+15+221=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 221 (86.72% from 255 or 81.85% from 270); Max value from RGB is 221 - color contains mainly: blue. Hex color #220FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220FDD is #DDF022. Grayscale: #2B2B2B. Windows color (decimal): -14544931 or 14487330. OLE color: 14487330.

HSL color Cylindrical-coordinate representation of color #220FDD: hue angle of 245.53º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220FDD is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 15 221 -
CMYK 0.85 0.93 0 0.13
HSL 245.53º 0.87% 0.46% -
HSV(B) 245.53º 0.93% 0.87% -
XYZ 13.88 5.9 68.81 -
YUV 44.17 227.79 120.75 -
System Red Green Blue C M Y K H S L
Decimal 34 15 221 0.85 0.93 0 0.13 245.53 0.87 0.46
Hex 22 F DD 55 5D 0 D F6 57 2E
Octal 42 17 335 125 135 0 15 366 127 56
Binary 100010 1111 11011101 1010101 1011101 0 1101 11110110 1010111 101110

Color Harmonies of #220FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220FDD

Black with #220FDD

Text Example


Text Example

White with #220FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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