Html Css Color HEX #220FBA Medium Blue

📋 copy color: '#220FBA'

red 34 ◦ green 15 ◦ blue 186

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

Shades of Medium Blue #220FBA

Tints of Medium Blue #220FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 79.15%

R = 14.47%
G = 6.38%
B = 79.15%

CMYK

 C value IS 0.82

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#220FBA (or 0x220FBA) is known color: Medium Blue. HEX triplet: 22, 0F and BA. RGB value is (34,15,186). Sum of RGB (Red+Green+Blue) = 34+15+186=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #220FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220FBA is #DDF045. Grayscale: #272727. Windows color (decimal): -14544966 or 12193570. OLE color: 12193570.

HSL color Cylindrical-coordinate representation of color #220FBA: hue angle of 246.67º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220FBA is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 34 15 186 -
CMYK 0.82 0.92 0 0.27
HSL 246.67º 0.85% 0.39% -
HSV(B) 246.67º 0.92% 0.73% -
XYZ 9.69 4.23 46.76 -
YUV 40.18 210.29 123.6 -
System Red Green Blue C M Y K H S L
Decimal 34 15 186 0.82 0.92 0 0.27 246.67 0.85 0.39
Hex 22 F BA 52 5C 0 1B F7 55 27
Octal 42 17 272 122 134 0 33 367 125 47
Binary 100010 1111 10111010 1010010 1011100 0 11011 11110111 1010101 100111

Color Harmonies of #220FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220FBA

Black with #220FBA

Text Example


Text Example

White with #220FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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