Html Css Color HEX #220FCA Medium Blue

📋 copy color: '#220FCA'

red 34 ◦ green 15 ◦ blue 202

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

Shades of Medium Blue #220FCA

Tints of Medium Blue #220FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 80.48%

R = 13.55%
G = 5.98%
B = 80.48%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#220FCA (or 0x220FCA) is known color: Medium Blue. HEX triplet: 22, 0F and CA. RGB value is (34,15,202). Sum of RGB (Red+Green+Blue) = 34+15+202=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 202 (79.30% from 255 or 80.48% from 251); Max value from RGB is 202 - color contains mainly: blue. Hex color #220FCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220FCA is #DDF035. Grayscale: #292929. Windows color (decimal): -14544950 or 13242146. OLE color: 13242146.

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

Color convert

RGB 34 15 202 -
CMYK 0.83 0.93 0 0.21
HSL 246.1º 0.86% 0.43% -
HSV(B) 246.1º 0.93% 0.79% -
XYZ 11.49 4.95 56.23 -
YUV 42 218.29 122.29 -
System Red Green Blue C M Y K H S L
Decimal 34 15 202 0.83 0.93 0 0.21 246.1 0.86 0.43
Hex 22 F CA 53 5D 0 15 F6 56 2B
Octal 42 17 312 123 135 0 25 366 126 53
Binary 100010 1111 11001010 1010011 1011101 0 10101 11110110 1010110 101011

Color Harmonies of #220FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220FCA

Black with #220FCA

Text Example


Text Example

White with #220FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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