Html Css Color HEX #220CDA Medium Blue

📋 copy color: '#220CDA'

red 34 ◦ green 12 ◦ blue 218

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

Shades of Medium Blue #220CDA

Tints of Medium Blue #220CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 82.58%

R = 12.88%
G = 4.55%
B = 82.58%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#220CDA (or 0x220CDA) is known color: Medium Blue. HEX triplet: 22, 0C and DA. RGB value is (34,12,218). Sum of RGB (Red+Green+Blue) = 34+12+218=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 218 (85.55% from 255 or 82.58% from 264); Max value from RGB is 218 - color contains mainly: blue. Hex color #220CDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220CDA is #DDF325. Grayscale: #292929. Windows color (decimal): -14545702 or 14289954. OLE color: 14289954.

HSL color Cylindrical-coordinate representation of color #220CDA: hue angle of 246.41º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220CDA is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 34 12 218 -
CMYK 0.84 0.94 0 0.15
HSL 246.41º 0.9% 0.45% -
HSV(B) 246.41º 0.94% 0.85% -
XYZ 13.45 5.66 66.71 -
YUV 42.06 227.29 122.25 -
System Red Green Blue C M Y K H S L
Decimal 34 12 218 0.84 0.94 0 0.15 246.41 0.9 0.45
Hex 22 C DA 54 5E 0 F F6 5A 2D
Octal 42 14 332 124 136 0 17 366 132 55
Binary 100010 1100 11011010 1010100 1011110 0 1111 11110110 1011010 101101

Color Harmonies of #220CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220CDA

Black with #220CDA

Text Example


Text Example

White with #220CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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