Html Css Color HEX #2007BC Medium Blue

📋 copy color: '#2007BC'

red 32 ◦ green 7 ◦ blue 188

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

Shades of Medium Blue #2007BC

Tints of Medium Blue #2007BC

RGB

 RED value IS 32 (12.89% from 255) = 14.1%

 GREEN value IS 7 (3.13% from 255) = 3.08%

 BLUE value IS 188 (73.83% from 255) = 82.82%

R = 14.1%
G = 3.08%
B = 82.82%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2007BC (or 0x2007BC) is known color: Medium Blue. HEX triplet: 20, 07 and BC. RGB value is (32,7,188). Sum of RGB (Red+Green+Blue) = 32+7+188=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 188 (73.83% from 255 or 82.82% from 227); Max value from RGB is 188 - color contains mainly: blue. Hex color #2007BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2007BC is #DFF843. Grayscale: #222222. Windows color (decimal): -14678084 or 12322592. OLE color: 12322592.

HSL color Cylindrical-coordinate representation of color #2007BC: hue angle of 248.29º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2007BC is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 7 188 -
CMYK 0.83 0.96 0 0.26
HSL 248.29º 0.93% 0.38% -
HSV(B) 248.29º 0.96% 0.74% -
XYZ 9.75 4.09 47.85 -
YUV 35.11 214.28 125.78 -
System Red Green Blue C M Y K H S L
Decimal 32 7 188 0.83 0.96 0 0.26 248.29 0.93 0.38
Hex 20 7 BC 53 60 0 1A F8 5D 26
Octal 40 7 274 123 140 0 32 370 135 46
Binary 100000 111 10111100 1010011 1100000 0 11010 11111000 1011101 100110

Color Harmonies of #2007BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2007BC

Black with #2007BC

Text Example


Text Example

White with #2007BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2007BC; }

 p { color: rgb(32,7,188); }

 H1.HeaderClassName
 {
   color: #2007BC;
 }
 .AnyTagClassName
 {
   color: #2007BC;
 }
</style>

background-color css

<style>
 a { background-color: #2007BC; }

 a { background-color: rgb(32,7,188); }

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

border-color css

<style>
 span { border-color: #2007BC; }

 span { border-color: rgb(32,7,188); }

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