Html Css Color HEX #2007BE Medium Blue

📋 copy color: '#2007BE'

red 32 ◦ green 7 ◦ blue 190

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

Shades of Medium Blue #2007BE

Tints of Medium Blue #2007BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 82.97%

R = 13.97%
G = 3.06%
B = 82.97%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2007BE (or 0x2007BE) is known color: Medium Blue. HEX triplet: 20, 07 and BE. RGB value is (32,7,190). Sum of RGB (Red+Green+Blue) = 32+7+190=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 190 (74.61% from 255 or 82.97% from 229); Max value from RGB is 190 - color contains mainly: blue. Hex color #2007BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2007BE is #DFF841. Grayscale: #222222. Windows color (decimal): -14678082 or 12453664. OLE color: 12453664.

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

Color convert

RGB 32 7 190 -
CMYK 0.83 0.96 0 0.25
HSL 248.2º 0.93% 0.39% -
HSV(B) 248.2º 0.96% 0.75% -
XYZ 9.97 4.18 49 -
YUV 35.34 215.28 125.62 -
System Red Green Blue C M Y K H S L
Decimal 32 7 190 0.83 0.96 0 0.25 248.2 0.93 0.39
Hex 20 7 BE 53 60 0 19 F8 5D 27
Octal 40 7 276 123 140 0 31 370 135 47
Binary 100000 111 10111110 1010011 1100000 0 11001 11111000 1011101 100111

Color Harmonies of #2007BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2007BE

Black with #2007BE

Text Example


Text Example

White with #2007BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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